Kinde · Arazzo Workflow
Kinde Invite User to Organization
Version 1.0.0
Validate roles, create an organization invitation, and poll until it is sent.
View Spec
View on GitHub
AuthenticationAuthorizationCustomer IdentityIdentity ManagementOAuthOpenID ConnectSingle Sign-OnMulti-Factor AuthenticationRole-Based Access ControlFeature FlagsBillingB2BSaaSDeveloper PlatformArazzoWorkflows
Provider
Workflows
invite-user-to-organization
Create an organization invitation and poll until it is sent.
Lists available roles, creates an organization invite with the supplied role keys, and polls the invitation until its send flag is set.
1
listRoles
GetRoles
List the tenant's roles so the caller can confirm the requested role keys exist before issuing the invitation.
2
createInvite
createOrganizationInvite
Create the organization invitation with the supplied roles and send the invitation email. Returns the invitation code used for polling.
3
pollInviteSent
getOrganizationInvite
Poll the invitation by its code until the is_sent flag indicates the invitation email has been dispatched.