Users

Creates a new user.

post/users

Request body

displayNamestring

Name

emailstring required

User email

passwordstring

User password.

ignoreTfaboolean required

Ignore 2-step verification on login or not.

scope'adminAuth' | 'userAuth' required

Scopes of authentication, right know in our system there are only 3 scopes. admin and user. any API route protect by one of them.

passwordChangeRequiredboolean

Whenever the user required to set new password, during default password usage, password expiration, etc.

Response

No content

Changes