Skip to main content
InputObject

Input Fields

redirectUri
required
The redirect URI where the user will complete their invitation. Must be registered with the application.
address
The user’s address information.
email
required
Email address for the user account.
jobTitle
Job title for the user.
name
required
Full name of the user.
permissionIds
required
List of permission IDs to grant to the user.
phoneNumber
The phone number of the user.
{
  "redirectUri": "xyz789",
  "address": AddressInput,
  "email": "abc123",
  "jobTitle": "xyz789",
  "name": "xyz789",
  "permissionIds": [
    "72ef289d-77d4-4696-8a08-da83ed15b751"
  ],
  "phoneNumber": "abc123"
}