Skip to main content
GET
Get a provisioned group

Authorizations

Authorization
string
header
required

SCIM token for one organization's directory connection, created with POST /api/scim-tokens or in Settings > SCIM. It authenticates provisioning calls only, and stops working if the organization's Enterprise plan lapses.

Path Parameters

id
string
required

The LangWatch group id.

Query Parameters

excludedAttributes
string

Comma-separated attribute names to leave out of the response. Only members is honoured, and it is what lets a directory page through groups without pulling every membership.

Response

The group.

schemas
string[]

The SCIM schema URNs this resource conforms to.

id
string

The LangWatch group id.

displayName
string
members
object[]

Omitted when the request excluded the members attribute. Each value is a LangWatch user id.

meta
object