Skip to main content
PUT
Update user institution attributes such as account type, status, etc.

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

userId
string
required

The unique identifier of the user

Body

application/json
accountType
string

The account type to update for the user

Example:

"admin"

entitlements
string[]

Array of entitlement permissions for the user institution

Example:
status
string

The account status, active, pending

Example:

"active"

Response

User institution successfully updated

success
boolean

Indicates if the operation was successful

Example:

true

message
string

Success message

Example:

"User Institution updated!"