Update the password for an existing local account

Update the password for an existing local account based on its identifier

Path parameters
identifier
string required

The local account's identifier

Responses
  • 200 The account with the password reset
    id
    string (Internal ID) required

    Object internal ID

    type
    string required

    The type of the account

    Value local
    identifier
    string | null

    The account's identifier

    secret
    string | null

    The clear password of the account

    description
    string | null

    The account's description

    permissions
    array of objects | null (Permission)

    List of the principal's permissions

    roles
    array of string | null

    List of the principal's roles

    expires
    string | null

    The account's expiration date

    creationDate
    string | null

    The account's creation date

    lastAuthentication
    string | null

    The account's last authentication time

    lastModification
    string | null

    The account's last modification time

  • 401 Unauthorized request
  • 403 Forbidden action
  • 404 Not Found
  • 500 Internal Server error