POST /team/{id}/memberList
Returns the TeamMember info for a team and a given list of members' principal 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/team/{id}/memberList
Resource URL Variables
{id} |
Resource Information | |
---|---|
Authentication | not required |
Required OAuth Scopes | view |
HTTP Method | POST |
Request Object | IdList (application/json) |
Response Object | ListWrapper<TeamMember> (application/json) |