Path: / admin / realms / {realm} / users / {username} / reset-password

Set up a temporary password for this user. User will have to reset this temporary password when they log in next.

Path parameters:
username - username (not id!)
realm - realm name (not id!)

Method Summary
ResourceDescription
PUT /admin/realms/{realm}/users/{username}/reset-passwordSet up a temporary password for this user.

Method Detail
HTTP Example:
PUT /admin/realms/{realm}/users/{username}/reset-password

Set up a temporary password for this user. User will have to reset this temporary password when they log in next.

Input:
CredentialRepresentation - temporary password
Output:
void
Consumes:
application/json