Password

Reset user password

post

Reset user password.

Authorizations
Path parameters
idall ofrequired

The unique ID of user.

The unique ID of the resource.

Body
passwordstringoptional

The password of user.

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

No body

Was this helpful?