Send Reset Password Notification
Deprecated: use user service v2 PasswordReset instead.
The user will receive an email with a link to change the password.
Path Parameters
user_id*string
Request Body
application/json
type?string
Value in
"TYPE_EMAIL" | "TYPE_SMS"[key: string]?never
Response Body
application/json
curl -X POST "https://loading/users/string/password/_reset" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Send Passkey Registration Link
Send Passkey Registration Link: Deprecated: use [user service v2 RegisterPasskey](/reference/api/user/zitadel.user.v2.UserService.RegisterPasskey) instead. Adds a new passkey authenticator link to the user and sends it to the use...
Set Human Initial Password
Set Human Initial Password: Deprecated: use [user service v2 SetPassword](/reference/api/user/zitadel.user.v2.UserService.SetPassword) instead.