Skip to main content
GET
Get organization details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationName
string
required

The unique identifier of the organization to retrieve Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$

Response

Organization details retrieved successfully with user permission level

Represents an organization entity that serves as the top-level container for all resources

name
string

The unique identifier for the organization, used in API paths and resource references

Pattern: ^[a-zA-Z0-9_-]+$
displayName
string

Human-readable name for the organization, displayed in user interfaces

createdAt
string<date-time>

ISO 8601 timestamp indicating when the organization was created

updatedAt
string<date-time>

ISO 8601 timestamp indicating when the organization was last modified

userPermission
enum<string>

The current authenticated user's permission level within this organization

Available options:
admin,
modeler,
member