v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431163144.6 KB

Resets the password for a specified user ID and generates a temporary one. Only a superuser can reset password for other users. Resetting the password immediately invalidates the previous password associated with the user.

post/user/{userId}/password

Path parameters

userIdstring required

The unique identifier of the user that a temporary password is requested for.

Request body

clientTokenstring

Idempotence Token for API operations

Response

Success

userIdstring

The unique identifier of the user that a new password is generated for.

temporaryPasswordstring password

A randomly generated temporary password for the requested user account. This password expires in 7 days.