Kinde · Arazzo Workflow
Kinde Assign Organization User Role
Version 1.0.0
Find an existing user by email and grant them a role within an organization.
View Spec
View on GitHub
AuthenticationAuthorizationCustomer IdentityIdentity ManagementOAuthOpenID ConnectSingle Sign-OnMulti-Factor AuthenticationRole-Based Access ControlFeature FlagsBillingB2BSaaSDeveloper PlatformArazzoWorkflows
Provider
Workflows
assign-org-user-role
Resolve a user by search and assign an organization role.
Searches users by query, branches when a match exists, adds the supplied role to the user within the organization, then verifies the resulting role list.
1
findUser
searchUsers
Search for the user by the supplied query, returning at most one page of results to resolve the user id.
2
assignRole
CreateOrganizationUserRole
Add the supplied role to the matched user within the organization.
3
verifyRoles
GetOrganizationUserRoles
Read back the user's roles within the organization to confirm the new role is present.