Add x-hidden to endpoints
Get detail of an organization membership
Get detail of an organization membership.
get/v3/organization_memberships/{identifier}
Path parameters
identifierstring required
A random string that uniquely identify the resource.
Membership identifier.
Response
Successfully retrieved organization membership.
Example response
{
"organization": "mEFayXdO",
"user": {
"id": 1,
"name": "Carl Johnson",
"username": "carljohnson",
"email": "carljohnson@grove.street",
"avatar": "https://affinda-api.s3.amazonaws.com/media/user-avatar.png?AWSAccessKeyId=KEY&Signature=SIG"
},
"role": "admin"
}