v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Change Account Password

Lets you change the password of the staff using the associated Auth or AccessToken. Either you can use the auth or the login credentials.

post/staff/changePassword

Headers

X-CAP-API-AUTH-KEYstring required

Authentication key of the admin.

X-CAP-API-AUTH-ORG-IDstring required

ID of the org to associate with the staff user.

Request body

passwordstring required

New password of the staff account.

Response

200

entityinteger
successboolean

Example response

{
  "entity": 75025586,
  "success": true
}