ZITADEL Docs
APIsCore ResourcesV2User

Resend an invite code for a user

Deprecated: Use CreateInviteCode instead.

Resend an invite code for a user to initialize their first authentication method (password, passkeys, IdP) depending on the organization's available methods. A resend is only possible if a code has been created previously and sent to the user. If there is no code or it was directly returned, an error will be returned.

POST
/v2/users/{user_id}/invite_code/resend

Path Parameters

user_id*string

Response Body

application/json

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

Was this page helpful?