/
2002: Change password
2002: Change password
Updates password of an entity after first having verified that the old password is correct and matches entity
Endpoint ID: | 2002 | |||||||||||||
Method: | PUT | |||||||||||||
URL: | /entity/id/{entity-id}/password /entity/ext-key/{ext-key}/{ext-type}/password | |||||||||||||
entity-id | Rubiq entity ID that uniquely identifies an account to change password for | |||||||||||||
ext-key | External key that uniquely identifies an account to change password for | |||||||||||||
ext-type | Type of external key | |||||||||||||
Request body: | JSON data with login ID and both old and new password Required fields: loginID, oldPassword, newPassword Example { "loginID": "mailbox@mailserver.com", "oldPassword": "secretABC", "newPassword": "secret123" } | |||||||||||||
| None | |||||||||||||
Status codes: | 204 | Password was updated with success | ||||||||||||
400 | Request is valid but data validation failed because the new password doesn’t comply with the required rules | |||||||||||||
403 | Old password doesn’t match the password stored in the database The following sub codes may be returned:
| |||||||||||||
404 | Account was not found The following sub codes may be returned:
| |||||||||||||
412 | App has no permission to change password |
, multiple selections available,
Related content
1100: Create lead
1100: Create lead
More like this
1201: Trigger policy for selection
1201: Trigger policy for selection
More like this
1300: Fetch consent stream data
1300: Fetch consent stream data
More like this
1200: Trigger scheduled policy
1200: Trigger scheduled policy
More like this
2103: Get entity terms acceptance status
2103: Get entity terms acceptance status
More like this
1203: Fetch execution status
1203: Fetch execution status
More like this