Skip to main content
GET
/
platform
/
api
/
teams
GET Teams
curl --request GET \
  --url https://api.rippling.com/platform/api/teams \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "Applications",
    "id": "5ee6c69bbc3bc7293a217ff2",
    "parent": null
  },
  {
    "name": "Identity",
    "id": "5ee6c6a2fa9c4e3d71cc32d7",
    "parent": null
  },
  {
    "name": "Hardware",
    "id": "5ee6c6a7bc3bc7293a217ff6",
    "parent": null
  },
  {
    "name": "Payroll",
    "id": "5ee6c6abbc3bc72c3f6b88ef",
    "parent": null
  }
]

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer

Sets a limit on the returned values

offset
integer

Offsets the returned values

Response

200 - application/json

OK

id
string

The identifier of the team.

name
string

The name of the team.

parent
string | null

The parent team (if this team is a subteam within a larger team).