🟢POST users
Creates a new user for the organisation.
API created users can only be used with one organisation, and user emails must be unique across the entire TIS Training platform. If you have multiple TIS Training organisations and want the user to be able to join more than one, please use a different account creation method.
URL
Parameters
Body Parameters
email
*
string
The email of the new user.
password
string
The password for the new user.
firstName
*
string
The first name of the new user.
lastName
*
string
The last name of the new user.
role
*
string
The role of the new user.
(USER
or ADMIN
)
organisationIdentifier
string
The custom identifier for the new user.
* required
Responses
204 - OK
No response body.
400 - Bad Request
Error Code: INVALID_MODEL
One or more parameters provided are invalid. See details
for more information.
400 - Bad Request
Error Code: USER_LIMIT_REACHED
The organisation has reached its seat limit and more users cannot be added.
400 - Bad Request
Error Code: EMAIL_IN_USE_ORG_CONNECTED
The email specified is already in use by a user that is currently active in this organisation.
400 - Bad Request
Error Code: EMAIL_IN_USE
The email specified is already in use by a user that is not currently part of this organisation.
Last updated