Get organization
Retrieve an organization by its unique identifier. Returns organization details and the current user’s role. Returns 404 if the organization does not exist or the user is not a member.
Documentation Index
Fetch the complete documentation index at: https://docs.usechar.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.
Path Parameters
WorkOS organization ID (e.g., 'org_01ABC...')
1Response
OK
Organization with the requesting user's role
WorkOS organization ID (e.g., org_01ABC...)
Organization name displayed in the dashboard.
URL-friendly slug for routing and sharing.
URL to the organization logo or avatar, if set.
Timestamp when the organization was created.
Timestamp when the organization was last updated.
User's role in this organization (e.g., 'admin', 'member')

