(v3) Get Groups and Athletes

Returns all groups and their athlete members that the authenticated user has access to.

Requires coach access to the group or its parent group. Athletes see only their own group without subgroup or sibling details.

Returns a flat list of group objects, each containing the group's athletes. To traverse the hierarchy from the top, use GET /api/v3/group-athletes/top-level first.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Headers
string
required

The current session token. Returned by most API calls and must be passed on all subsequent v2/v3 calls.

string

A unique identifier for your application. Helps Teamworks support staff identify your requests if you need assistance.

Response
200

List of accessible groups and their athletes

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!