Skip to main content
GET
Retrieve a group

Authorizations

Authorization
string
header
required

A management key (created from the organization dashboard or with POST /v3/manage/auth-keys), sent as Authorization: Bearer <management_key>. Inference API keys (sk-eden...) are not accepted on these endpoints.

Path Parameters

external_group_id
string
required

Response

200 - application/json

A group synced from your identity provider. external_group_id is the group's id in the identity provider and the identifier used in /manage/groups/{external_group_id} URLs; members lists the emails of the group's active members.

external_group_id
string
required
Maximum string length: 255
name
string
required
Maximum string length: 255
members
string<email>[]
required
read-only