Skip to main content
GET
/
directories
/
{id}
/
groups
Error
A valid request URL is required to generate request examples
[
  {
    "id": "<string>",
    "directory_id": "<string>",
    "workos_directory_group_id": "<string>",
    "name": "<string>",
    "idp_id": "<string>",
    "raw_attributes": "<string>",
    "mapped_role": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource

Response

OK

id
string
required
directory_id
string
required
workos_directory_group_id
string
required
name
string
required
idp_id
string | null
required
raw_attributes
string | null
required
mapped_role
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required