Get Password Change Request Status
GET {{baseUrl}}/password-change-status/:id
This API returns the status of a password change request. A token with identity owner or trusted API client application authority is required to call this API.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"requestId":"089899f13a8f4da7824996191587bab9","state":"IN_PROGRESS","errors":["The password change payload is invalid"],"sourceIds":["2c918083746f642c01746f990884012a"]}