Update User
Update an existing user, identified by their user ID.
Only the enabled and role properties can be updated, with some exceptions.
The enabled property cannot be changed for users with the following roles:
ROLE_ADMINROLE_MINDBRIDGE_SUPPORT- API Token Users with the
serviceAccountproperty set totrue
The role property cannot be changed for users with the following roles:
ROLE_ADMINROLE_CLIENTROLE_MINDBRIDGE_SUPPORT- API Token Users with the
serviceAccountproperty set totrue
Rate limit
This endpoint is subject to a maximum limit of 100 requests per hour. Once the limit is exceeded, the X-User-Hour-Limit-Remaining response
header will be set, and it’s value will indicate the number of seconds until the rate limit resets.
Note: This rate limit is shared with the Create User and Resend activation email endpoints. Once the limit is reached, subsequent calls to
any of these endpoints will fail until the rate limit resets.
Permissions
api.users.write
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Indicates the data integrity version to ensure data consistency.
The MindBridge role assigned to the user. Learn about user roles
ROLE_ADMIN, ROLE_ORGANIZATION_ADMIN, ROLE_USER, ROLE_CLIENT, ROLE_MINDBRIDGE_SUPPORT, ROLE_USER_ADMIN Indicates whether or not the user is enabled within this tenant.
Response
OK
The unique object identifier.
Indicates the data integrity version to ensure data consistency.
The date that the object was originally created.
The date that the object was last updated or modified.
Details about the user who created the object.
Details about the user who last modified or updated the object.
The user's first name.
The user's last name.
The user's email address.
The MindBridge role assigned to the user. Learn about user roles
ROLE_ADMIN, ROLE_ORGANIZATION_ADMIN, ROLE_USER, ROLE_CLIENT, ROLE_MINDBRIDGE_SUPPORT, ROLE_USER_ADMIN Indicates whether or not the user is enabled within this tenant.
Indicates whether or not the user has opened the account activation link after being created.
Indicates whether or not this account is used as part of an API token.
A list of the latest successful logins or token usage events by IP address.

