ZITADEL Docs
APIsCore ResourcesV1Organization Objects

ResendHumanPhoneVerification

Resend User Phone Verification

Deprecated: use user service v2 user service v2 ResendPhoneCode instead.

Resend the notification for the verification of the phone number, to the number stored on the user.

POST
/users/{user_id}/phone/_resend_verification

Path Parameters

user_id*string

Response Body

application/json

application/json

curl -X POST "https://loading/users/string/phone/_resend_verification"
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?