PropelAuth · Arazzo Workflow
PropelAuth Offboard User From Org
Version 1.0.0
Resolve a user by email, remove them from an org, and confirm the remaining membership.
View Spec
View on GitHub
AuthenticationIdentityB2BMulti-TenancyAuthorizationRBACSSOSCIMMCPAPI KeysArazzoWorkflows
Provider
Workflows
offboard-user-from-org
Look a user up by email, remove them from an org, then verify the member list.
Resolves a user by email, removes that user from the organization, and reads back the organization's remaining members.
1
findUser
fetchUserByEmail
Resolve the user to offboard by email address.
2
removeUser
removeUserFromOrg
Remove the resolved user from the organization.
3
verifyMembers
fetchUsersInOrg
List the organization's remaining members to confirm the removal.
Source API Descriptions
openapi