/users

This endpoint allows users to create a user in the account. The created user will be in pending state and a verification email will be sent to the user. Once approved, the newly created user will be in active state and will be able to be used.

Body Params
string
required

First name of the user.

string
required

Last name of the user.

string
required

This email is used for login.

permissions
object
roles
array of uuids

List of role IDs assigned to the user. When a user is created, they can only have either roles or permissions assigned. Furthermore, the roles feature has to be enabled for the account.

roles
boolean
Defaults to true

Indicates whether the newly created user will inherit access to all layouts from the user who created them.

boolean
Defaults to true

Indicates whether the newly created user will inherit access to all cameras from the user who created them.

boolean
Defaults to true

Indicates whether the newly created user will inherit access to all locations from the user who created them.

boolean
Defaults to true

Indicates whether the newly created user will inherit access to all accounts from the user who created them. It should be used only from reseller context. In case of used from the sub-account context the flag will be ignored.

boolean
Defaults to false

Indicates whether the newly created user will inherit access to all speakers from the user who created them.

boolean
Defaults to false

Indicates whether the newly created user will inherit access to all multi cameras from the user who created them.

Responses

Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json