latestOpenAPI 3.1.02026-08-2184340459.3 KB

cc19ddc41c6e

Teams

List Teams

Authorization scope: team:list

Get all user teams

get/v1/accounts/{account_id}/teams

Path parameters

account_idstring required

Query parameters

pageinteger
items_per_pageinteger
display_namestring nullable

The internal display name of the team

Example:Marketing team

The internal display name of the team

sourcestring nullable

The team source local (rivery) or external (Active Directory)

Example:rivery

The team source local (rivery) or external (Active Directory)

remote_display_namestring nullable

The remote display name of the team

Example:Core team

The remote display name of the team

sort_by'display_name' | 'created_at' | 'source' | 'is_all_environment_admin' | 'default_environment'

User teams sort properties in the UI.

Sorted the results by attributes

sort_order'desc' | 'asc'

Sorting can be either asc or desc, used in the api-service

team_idstring[] nullable

List of team ids

List of team ids

[
  "65ce173412f5e196b2b9b163"
]

Response

Successful Response

next_pagestring nullable

The next page URL

previous_pagestring nullable

The previous page URL

pageinteger

The page number

current_page_sizeinteger required

The current page size

total_itemsinteger

The total number of entities fetched

account_idstring required

The account id

Example response

{
  "items": [
    {
      "_id": "633ede20f1fc5500111fd7b3",
      "account_id": "55bf7c4270fdca16cac18761",
      "display_name": "Boomi Data Integration Core Team",
      "remote_display_name": "Core Team",
      "description": "Some description",
      "environments": {
        "5f887c764c40e5598f717676": {
          "role": "viewer"
        },
        "633ede20f1fc5500111fd7b3": {
          "role": "viewer"
        }
      },
      "is_all_environment_admin": true,
      "created_at": "2026-08-21T20:04:05.983959"
    }
  ]
}