Skip to content

List Groups ​

Endpoint ​

http
GET /unified/user-directory/groups
Integrations supported
  • Asana
  • Confluence
  • Jira
  • Okta

Query parameters ​

integrated_account_id
string · uuid
REQUIRED · The ID of the integrated account to use for the request.
Example: 62f44730-dd91-461e-bd6a-aedd9e0ad79d
organization_id
string
Unique identifier of the organization to fetch the teams for.
Required in
  • Asana

Response Body ​

result
object[]
List of Groups
id
string
REQUIRED · Unique identifier for the group.
Supported in
  • Asana
  • Confluence
  • Jira
  • Okta
name
string
Name of the group.
Supported in
  • Asana
  • Confluence
  • Jira
  • Okta
description
string
Description of the group.
Supported in
  • Asana
  • Okta
organization
string
Unique identifier for the organization the group belongs to.
Supported in
  • Asana
group_type
string
Type of the group.
All possible enum values:
  • team
  • department
  • group
Supported in
  • Asana
  • Confluence
  • Okta
created_at
string · date-time
Date and time when the group was created.
Supported in
  • Okta
updated_at
string · date-time
Date and time when the group was last updated.
Supported in
  • Okta
remote_data
object
Raw data returned from the remote API call.
next_cursor
string
The cursor to use for the next page of results. Pass this value as `next_cursor` in the query parameter in the next request to get the next page of results.