v1
latestOpenAPI 3.0.02026-07-2480355389.7 KBList team memberships
Retrieves a list of memberships for the team currently selected through the authentication token.
get/api/memberships
Query parameters
rolestring
Response
Teams.Membership.MembershipList
Example response
[
{
"id": 123,
"image": {
"id": 123
},
"role": "annotator",
"team_id": 123,
"user_id": 123
}
]