Retrieves detailed information about a specific organization including metadata, configuration, and administrative details. The response includes the current user’s permission level (admin, modeler, or member) within the organization.
Authorization: Requires read access to the specified organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the organization to retrieve Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Organization details retrieved successfully with user permission level
Represents an organization entity that serves as the top-level container for all resources
The unique identifier for the organization, used in API paths and resource references
^[a-zA-Z0-9_-]+$Human-readable name for the organization, displayed in user interfaces
ISO 8601 timestamp indicating when the organization was created
ISO 8601 timestamp indicating when the organization was last modified
The current authenticated user's permission level within this organization
admin, modeler, member