Find a membership by userID and teamID
GET {{baseUrl}}/memberships/:id
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
include | string |
RESPONSES
status: OK
{"membership":{"teamId":4,"userId":1,"accepted":false,"role":"MEMBER","disableImpersonation":false,"team":{"id":4,"name":"Acme Inc.","slug":"acme-inc-1","logo":"","bio":"","hideBranding":false}}}