Teams

List Teams

Lists teams the user has access to. Org admins can list all teams with ?all=true.

get/teams

Query parameters

limitinteger

Number of items to return

offsetinteger

Number of items to skip

searchstring

Search by team name

all'true' | 'false'

List all org teams (admin only)

Response

List of teams

successboolean
request_idstring

Example response

{
  "success": true,
  "request_id": "req_abc123def456"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.