Create a user
Create a new user within the organization’s scope.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization identifier.
24^[0-9a-f]{24}$Body
User's name.
1 - 120User's surname.
1 - 120User's email address.
Preferred language code.
en-EN, es-ES, pt-BR, ca-ES, eu-ES Identifier of the role assigned to the user.
24^[0-9a-f]{24}$User's department.
Whether email login is enabled for the user.
Response
User created successfully.
User identifier.
24^[0-9a-f]{24}$User's name.
User's surname.
User's email address.
User's preferred language code.
en-EN, es-ES, pt-BR, ca-ES, eu-ES Creation date in ISO 8601 format.
Organization identifier associated with the user.
24^[0-9a-f]{24}$User's department.
Identifier of the role assigned to the user.
24^[0-9a-f]{24}$Identifier of the user who created the user record.
24^[0-9a-f]{24}$Indicates if email login is enabled for the user.