Sample - OpenAI API
GET/organization/groups/{group_id}

Retrieve an organization group

Retrieves a group from the organization by its identifier. Use group_id to select the group whose details you need to inspect.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 parameter
group_idstringrequired
Identifier of the organization group to retrieve.

2 status codes
200Returns the organization group with its identifier, display name, creation timestamp, SCIM management status, and group type.
idstringrequired
Identifier for the group.
namestringrequired
Display name of the group.
created_atintegerrequired
Unix timestamp (in seconds) when the group was created.
is_scim_managedbooleanrequired
Whether the group is managed through SCIM and controlled by your identity provider.
group_typestringrequired
The type of the group.
Allowed:grouptenant_group
429Returned when the request was rejected because a rate limit was exceeded.
errorobjectrequired

Error handling

group_id must identify the organization group you want to retrieve. A 429 is returned when the request was rejected because a rate limit was exceeded.