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

Update a domain user.

Use this operation to update a domain user.

Path Params
string
required

Identifier of the domain user to update.

Body Params

User object to update.

string
required

Email of the user.

string
required

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

roles
array of strings
required

The roles of the user:

  • ROLE_USER: regular user
  • ROLE_DOMAIN_ADMIN: domain administrator.
roles*
info
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
enum
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
Allowed:
Responses

400

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

404

No user matching the given identifier.

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