Create a new user.
When creating a user, you must provide the user’s email address and a user role. The email address must not be associated with an existing user.
The following roles may not be created with the Create User endpoint:
ROLE_MINDBRIDGE_SUPPORTROLE_CLIENTUpon creation, an account activation email will be sent to the provided email address.
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 is reset.
Note: This rate limit is shared with the Update 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.
api.users.writeBearer authentication header of the form Bearer <token>, where <token> is your auth token.
The user’s email address.
1\s*\S+.*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 Created
Indicates the data integrity version to ensure data consistency.
The user’s email address.
1\s*\S+.*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.
The unique object identifier.
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.
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.