Skip to main content
InputObject Input for accepting a user invitation using an invitation token.

Input Fields

token
required
Invitation token received via email.
id
required
User ID for the invitation. Provided in the invitation email link.
authentication
New authentication credentials.
userProfile
User profile fields to update.
{
  "token": "xyz789",
  "id": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "authentication": AuthenticationUpdatePasswordInput,
  "userProfile": UpdateUserProfileInput
}