Users
Trigger a password-reset email for a user
Generates a reset token and sends the user a password-reset email with a 30-minute link.
- Requires account admin role or USER_UPDATE permission.
- Returns 400 if the target user authenticates via SSO/SAML or has not yet verified their account (no password hash to key the token against).
<Note>This endpoint is in beta, read more here.</Note>
post/v2/users/{user_id}/reset-password
Path parameters
user_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique user identifier (base64)
Response
Password-reset email sent successfully (no content).