ZITADEL Docs
APIsCore ResourcesV2User

Request a code to reset a password

Request a code to reset a password..

POST
/v2/users/{user_id}/password_reset

Path Parameters

user_id*string

Response Body

application/json

curl -X POST "https://loading/v2/users/string/password_reset"
{
  "details": {
    "sequence": 0,
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string",
    "creationDate": "2023-01-15T01:30:15.01Z"
  },
  "verificationCode": "string"
}

Was this page helpful?