Retrieve an organization
Retrieve an organization by its ID.
Access control
Requires the caller to be an admin in the organization, or any of its ancestors.
Example: Assume an organization hierarchy like: org-a -> org-b -> org-c.
To retrieve org-c, which means calling ‘GET /api/v1/orgs/org-c’, the caller must be an admin in org-a, org-b or
org-c.
Documentation Index
Fetch the complete documentation index at: https://docs.cognite.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
ID of an organization The ID of an organization
3 - 64^([a-z][a-z0-9-]{1,62}[a-z0-9])$"my-org"
Response
An organization
An organization
The ID of an organization
3 - 64^([a-z][a-z0-9-]{1,62}[a-z0-9])$"my-org"
The ID of an organization
3 - 64^([a-z][a-z0-9-]{1,62}[a-z0-9])$"my-org"
Configuration for an external OIDC-compliant IdP.
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
Whether admins of the new organization are allowed to create organizations in the subtree of the organization.
Whether admins of the new organization are allowed to create CDF projects in the subtree of the organization.
The clusters on which the admins of the organization will be able to create projects.
This must be a (non-strict) subset of the allowedClusters set of the parent organization.
A CDF cluster name
1 - 32^[a-z0-9-]{1,32}$["westeurope-1", "asia-northeast1-1"]This attribute will be removed in a future version, and it is recommended to not send it in requests and to ignore it in responses. If it is present, the single valid value is equivalent to the attribute being null or absent.
EXCLUSIVE_LOGIN The ID of the externally managed group that contains the organization's admins.
3 - 64"my-external-group"
Whether the organization is soft-deleted
Whether user profiles are enabled in this organization. If profiles are enabled, users logged into the organization will be able to see each other.