Extension password

Reset user extension password

post

Reset user extension password.

Authorizations
Path parameters
idall ofrequired

The unique ID of user.

The unique ID of the resource.

Body
passwordstringoptional

The extension password.

Responses
curl -L \
  --request POST \
  --url 'https://HOSTNAME:8887/api/users/{id}/extension_password' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '{
    "password": "text"
  }'

No body

Was this helpful?