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

Array of user roles.

roles*
info
object
required
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 request. 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