Request a password reset for a user in a realm
PUT/user/:realm/request-password-reset/:userId
Asks the identity provider to send or initiate its configured password-reset action for the specified user. The target realm must be active unless the caller is a superuser.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 405
The request completed successfully; no response body is returned
The request parameters or body are invalid
Authentication is required or the supplied credentials are invalid
The caller lacks the required permissions, or the target realm is inactive and the caller is not a superuser
The requested resource does not exist
The caller cannot mutate a user in the requested realm