curl --request GET \
--url https://cloud.kaneo.app/api/auth/organization/list-team-members \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"userId": "<string>",
"teamId": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]List the members of the given team.
curl --request GET \
--url https://cloud.kaneo.app/api/auth/organization/list-team-members \
--header 'Authorization: Bearer <token>'[
{
"id": "<string>",
"userId": "<string>",
"teamId": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
]Bearer token authentication
Was this page helpful?