Roles
| Role | Capabilities |
|---|---|
owner | Full access including billing and ownership transfer |
admin | Full access to all resources; can manage members |
manager | Can create and edit skills, captures, and objects; can approve captures |
member | Can view resources and record captures |
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
| Field | Description |
|---|---|
orgId | Unique org identifier (slug) |
name | Display name |
slug | URL-safe identifier used in API paths |
members | List of member records with roles |
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
