Skip to main content
An Organization is the top-level tenant in Holos. All resources (skills, captures, objects, courses) are scoped to an org. Members belong to an org with a specific role that determines what they can do.

Roles

RoleCapabilities
ownerFull access including billing and ownership transfer
adminFull access to all resources; can manage members
managerCan create and edit skills, captures, and objects; can approve captures
memberCan view resources and record captures
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

FieldDescription
orgIdUnique org identifier (slug)
nameDisplay name
slugURL-safe identifier used in API paths
membersList of member records with roles

Endpoints

  • GET /api/org/:orgId — get organization details
  • GET /api/org/:orgId/members — list members
  • POST /api/org/:orgId/members/invite — invite a new member
  • PATCH /api/org/:orgId/members/:memberId — update a member’s role
  • DELETE /api/org/:orgId/members/:memberId — remove a member