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

Download Open API Spec

POST /teamList

Retrieve a list of Teams given their IDs. Invalid IDs in the list are ignored: The results list is simply smaller than the list of IDs passed in.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/teamList

Resource Information
Authentication not required
Required OAuth Scopes view
HTTP Method POST
Request Object IdList
(application/json)
Response Object ListWrapper<Team>
(application/json)