Trigger a password-reset email for a user
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).
This endpoint is in beta, read more here.
POST
Trigger a password-reset email for a user
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Path Parameters
The unique user identifier (base64) A universally unique identifier (base64-encoded opaque string).
Example:
"RW50aXR5OjEyMzQ1"
Response
Password-reset email sent successfully (no content).