Users

Create a user

Creates a new staff user account with access to the Extole console. Returns the created user with its server-assigned id. An invitation email is sent to the new user.

post/v2/users

Request body

emailstring required
first_namestring
last_namestring
passwordstring
scopesstring[]

Response

Successful response

emailstring required
first_namestring required
last_logged_instring required
last_namestring required
lockedboolean required
scopesstring[] required
user_idstring required

Changes