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

Download Open API Spec

POST /user/{id}/memberList

Returns the TeamMember info for a user and a given list of Team IDs. Not Found status is returned if the user ID is invalid, any of the Team IDs are invalid, or the user is not in any of the given teams.

Resource URL

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

Resource URL Variables
{id} user's ID
Resource Information
Authentication not required
Required OAuth Scopes view
HTTP Method POST
Request Object IdList
(application/json)
Response Object ListWrapper<TeamMember>
(application/json)