Reset a local identity password

Given an identifier, reset its password

Path parameters
identifier
string required

Local identity identifier.

Example administrator
Responses
  • 200 The updated local identity with the new password
    id
    string required

    Internal ID

    identifier
    string required

    The identifier of the local identity (used by the identity to log in to the web UI)

    password
    string

    The new local identity password

    name
    string | null

    The display name of the local identity

    expires
    string | null

    An expiration date for the account

  • 401 Authentication error
  • 403 Forbidden action
  • 404 Local identity not found
  • 500 Unexpected internal server error