cURL
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 } ]
Retrieves the list of teams for the company.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sets a limit on the returned values
Offsets the returned values
OK
The identifier of the team.
The name of the team.
The parent team (if this team is a subteam within a larger team).