Create one or more member invitations for this Organization. If an active invitation already exists for a user, generating a new invitation will automatically revoke any outstanding invitations for that user. Roles specified in the payload will be granted to the user upon acceptance of the invitation.
Documentation Index
Fetch the complete documentation index at: https://auth0.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
1 - 10 elementsIdentity provider identifier.
^con_[A-Za-z0-9]{16}$Number of seconds for which the invitation is valid before expiration. If unspecified or set to 0, this value defaults to 604800 seconds (7 days). Max value: 2592000 seconds (30 days).
0 <= x <= 2592000Create Member Invitations for an Organization.
The id of the member invitation
^uinv_[A-Za-z0-9]{16}$Organization identifier.
^org_[A-Za-z0-9]{16}$Identity provider identifier.
^con_[A-Za-z0-9]{16}$The ISO 8601 formatted timestamp representing the creation time of the invitation.
The ISO 8601 formatted timestamp representing the expiration time of the invitation.
The ID of a role that can be assigned to a member of an organization.
^rol_[A-Za-z0-9]{16}$The invitation url to be sent to the invitee.
The ID of the invitation ticket.