Updates a principal in a domain

PUT /domains/{domainId}/principals/{principalId}

The incoming JSON payload should contain the full set of properties to be updated onto the principal.

A special 'password' property can be supplied to change a domain user's password.

Parameters

Name Required Type Description
domainId true string
principalId true string
HTTP Payload true string HTTP Payload

Response

{
  "type": "object",
  "description": "Status of Operation",
  "properties": {
    "ok": {
      "type": "boolean",
      "description": "Indicates whether the operation succeeded or not"
    }
  }
}