Endpoint Overview
/api/admin/users/v4/users/{user_id}/password/api/admin/users/v4/users/{user_id}/password/api/admin/users/v4/users/{user_id}/password/api/admin/users/v4/users/{user_id}/reset-password-link/api/admin/users/v4/users/{user_id}/password/api/admin/users/v4/users/{user_id}/password/api/admin/users/v4/users/{user_id}/password/api/admin/users/v4/users/{user_id}/reset-password-linkChecks if a password is configured for a user.
user_id stringrequiredUnique identifier of a user.
embed string[]Options for embedding additional data in password responses:
ACTIONS: Include available actions for the password (change, delete)200 OKAllows to set a new password for a user.
user_id stringrequiredUnique identifier of a user.
embed string[]Options for embedding additional data in password responses:
ACTIONS: Include available actions for the password (change, delete)password stringrequiredThe new password for the user. Must comply with the organization's password policy, which may include requirements for minimum length, character types, and password history.
temporary booleanIf true, the user will be required to change their password on next login.
Recommended for admin-initiated password resets to ensure the user sets their own password.
200 OKAllows to remove the password configured for a user. The user can no longer log-in via its credentials afterwards.'
user_id stringrequiredUnique identifier of a user.
embed string[]Options for embedding additional data in password responses:
ACTIONS: Include available actions for the password (change, delete)200 OKRequests a password reset link for a user.
user_id stringrequiredUnique identifier of a user.
lifespan integerNumber of seconds after which the generated link expires (default is 86400 seconds, i.e. 24 hours).
200 OK