resetUserProfilePassword
PATCH/user-profiles/:id/reset-password
An operator can call this API to request the starting of the process of password reset on the remote authentication service that manages user profile id's authentication.
To access the service you need at least one of the following permissions:
| Permission (one of) |
|---|
| resetUserProfilePassword |
Request
Responses
- 202
- 400
Reset password request accepted for processing.
The user profile identified by id does not exist, an external password management service is not
configured, or a reset request is already being processed.