GET /teamMembers/{id}
Retrieve a paginated list of Team members matching the supplied name prefix. If the prefix
is omitted then all members are returned.
Note: This service has JSONP support: If the request parameter "callback=jsMethod" is included (where
'jsMethod' is any function name you wish), then the response body will be wrapped in "jsMethod(...);".
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/teamMembers/{id}
Resource URL Variables
{id} | the id of the Team of interest |
Parameters
fragment optional |
a prefix of the user's first or last name or email address (optional) |
memberType optional |
the type of team user to retrieve (optional; default "ALL") |
limit optional |
the maximum number of members to return (default 10, max limit 50) |
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<TeamMember> (application/json) |