Skip to main content
PATCH
Update EMR user profile

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

client-id
string
required
Example:

"EC_1431"

Path Parameters

oid
string
required
Example:

18661861868168

Body

application/json
mobile
string

Mobile number in E.164 format

Example:

"+919876543210"

email
string<email>
Example:

"testuser@eka.care"

gen
enum<string>

Gender

Available options:
M,
F,
O
Example:

"M"

dob
string<date>
Example:

"2000-01-02"

fn
string

First name

Example:

"eka"

mn
string

Middle name

Example:

"kumar"

ln
string

Last name

Example:

"user"

fln
string

Full name

Example:

"eka user"

bg
enum<string>

Blood group

Available options:
A+,
A-,
B+,
B-,
AB+,
AB-,
O+,
O-
Example:

"B+"

s
string

Salutation

Example:

"Mr"

extras
object

Additional arbitrary data as JSON

Example:

Response

Profile updated successfully

message
string
Example:

"Profile updated successfully"