Stytch · Arazzo Workflow
Stytch B2B Create Organization and Member
Version 1.0.0
Create a B2B organization, add a member to it, and read the member back.
View Spec
View on GitHub
AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper ToolsArazzoWorkflows
Provider
Workflows
org-create-member
Create an organization, add a member, and fetch the member by id.
Provisions a B2B organization, creates a member inside it, then retrieves that member by member_id to verify creation.
1
createOrganization
api_organization_v1_Create
Create a new B2B organization, returning the organization id used to scope member creation.
2
createMember
api_organization_v1_organizations_members_Create
Create a member inside the organization using the supplied email address, returning the member_id.
3
getMember
api_organization_v1_organizations_members_Get
Read the member back by member_id to confirm the record was persisted in the organization.