ZITADEL Docs
APIsCore ResourcesV1Organization Objects

SendHumanResetPasswordNotification

Send Reset Password Notification

Deprecated: use user service v2 PasswordReset instead.

The user will receive an email with a link to change the password.

POST
/users/{user_id}/password/_reset

Path Parameters

user_id*string

Request Body

application/json

type?string
Value in"TYPE_EMAIL" | "TYPE_SMS"
[key: string]?never

Response Body

application/json

application/json

curl -X POST "https://loading/users/string/password/_reset" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?