The Open API specification for Synapse is now available for download!

Download Open API Spec

GET /user/{id}/team

Retrieve a paginated list of Teams to which the given user belongs.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/user/{id}/team

Resource URL Variables
{id} the principal ID of the user of interest.
Parameters
limit

optional

the maximum number of Teams to return (default 10)
offset

optional

the starting index of the returned results (default 0)
Resource Information
Authentication not required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object PaginatedResults<Team>
(application/json)