PropelAuth · Arazzo Workflow
PropelAuth Invite Existing User By ID
Version 1.0.0
Resolve an existing user by email, create a new org, and invite that user in by ID.
View Spec
View on GitHub
AuthenticationIdentityB2BMulti-TenancyAuthorizationRBACSSOSCIMMCPAPI KeysArazzoWorkflows
Provider
Workflows
invite-existing-user-by-id
Resolve a user by email, create an org, then invite that user in by ID.
Looks up an existing user by email, provisions a new organization, and invites the resolved user into it by user ID with the requested role.
1
findUser
fetchUserByEmail
Resolve the existing user by email to obtain their user ID.
2
createOrg
createOrg
Create the organization the user will be invited into.
3
inviteById
inviteUserToOrgById
Invite the resolved existing user into the new organization by ID.
Source API Descriptions
openapi