cURL
curl --request PUT \ --url https://{tenant}/admin/users/{userId}/actions/allow_reset_passwords \ --header 'Admin-Auth: <api-key>'
{ "ID": "<string>", "Message": "<string>", "Meta": "<unknown>", "Status": "<string>" }
Allow password reset for a User.
Api key
User ID of the user whose password is being reset
OK
Was this page helpful?