These docs are for v1.5.2. Click to read the latest docs for v1.15.1.

Use this operation to create a new domain user.

The properties id, created, lastModified, info and status are read-only and so must not be provided: they are managed by the platform and added to the returned anchor.

Log in to see full request history
Body Params

User object to create (password must be provided).

string
required

Email of the user.

string
required

Password of the user (it must be provided at creation time).

array of strings
required

The roles of the user:

  • ROLE_USER: regular user
  • ROLE_DOMAIN_ADMIN: domain administrator.
roles*
object
required

Object storing meta data about the user. Some property names are reserved, but properties are not limitted to the one listed here.

string
required
Defaults to PENDING

The status of the user:

  • PENDING: the user email need to be validated
  • APPROVED: the user can loging
  • DISABLED: the user cannot login
Responses

400

Invalid user object. More details are returned in the response body as a JSON object.

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