Roles
Role assignment is managed through the Holos dashboard or via Stytch’s B2B member management.
SSO and SCIM
Organizations can configure SSO (SAML or OIDC) and SCIM provisioning via Stytch. When SCIM is active, member provisioning and deprovisioning is handled automatically by your identity provider.Key fields
Endpoints
GET /api/org/:orgId— get organization detailsGET /api/org/:orgId/members— list membersPOST /api/org/:orgId/members/invite— invite a new memberPATCH /api/org/:orgId/members/:memberId— update a member’s roleDELETE /api/org/:orgId/members/:memberId— remove a member
