Skip to main content
InputObject Input for resending a user invitation.

Input Fields

userId
required
ID of the invited user.
redirectUri
required
URI where the user will be redirected to complete the invitation. Must match one of the client’s registered redirect URIs.
{
  "userId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "redirectUri": "abc123"
}