Kinde · Arazzo Workflow
Kinde Create Organization with Users
Version 1.0.0
Stand up a new organization and seed it with existing users and roles.
View Spec
View on GitHub
AuthenticationAuthorizationCustomer IdentityIdentity ManagementOAuthOpenID ConnectSingle Sign-OnMulti-Factor AuthenticationRole-Based Access ControlFeature FlagsBillingB2BSaaSDeveloper PlatformArazzoWorkflows
Provider
Workflows
create-organization-with-users
Create an organization and add existing users with roles to it.
Creates a new organization, adds a list of existing users (each with role and permission keys) to the new organization, then lists the organization's members to verify the seeding succeeded.
1
createOrganization
createOrganization
Create the organization. The generated organization code is captured for use by the membership steps.
2
addUsers
AddOrganizationUsers
Add the supplied existing users to the new organization, applying their role and permission keys.
3
listMembers
GetOrganizationUsers
List the organization's users to confirm the supplied users are now members of the new organization.