Skip to main content
GET
/
organizations
/
{organizationName}
{
  "name": "<string>",
  "displayName": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Path Parameters

organizationName
string
required

The unique identifier of the organization to retrieve

Query Parameters

checkAdmin
boolean
default:false

If true, includes admin privilege verification in the response

Response

Organization details retrieved successfully

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

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