GET /team/{id}/member/{principalId}/membershipStatus
Retrieve the Team Membership Status bundle for a team and user. This says whether a user is a member of a Team, whether there are outstanding membership requests or invitations, and whether the client making the request can add the given user to the given Team.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/team/{id}/member/{principalId}/membershipStatus
Resource URL Variables
| {id} | the Team ID |
| {principalId} | the user ID |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | GET |
| Request Object | None |
| Response Object | TeamMembershipStatus (application/json) |