curl --request GET \
--url https://api.example.com/api/teams/{id}/members \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"team_id": 123,
"user_id": "<string>",
"role": "<string>",
"joined_at": "<string>"
}
],
"page": {
"limit": 123,
"offset": 123,
"total": 123
}
}curl --request GET \
--url https://api.example.com/api/teams/{id}/members \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"team_id": 123,
"user_id": "<string>",
"role": "<string>",
"joined_at": "<string>"
}
],
"page": {
"limit": 123,
"offset": 123,
"total": 123
}
}Auth0 JWT access token
Team ID
^\d+$"1"
Number of results to return (1-2000, default 25)
"25"
"0"