Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

userId
string
required

The user's unique identifier

Pattern: ^[a-fA-F0-9]{24}$
Example:

"507f1f77bcf86cd799439011"

Body

application/json
firstName
string

The first name of the user.

lastName
string

The last name of the user.

email
string<email>

Email address of the user.

uniqueUserId
string

Unique user ID assigned by the institution

accountStatus
enum<string>

Current status of the user account

Available options:
active,
inactive

Response

User updated successfully

data
object
required
success
boolean
required

Indicates if the request was successful