Workspaces
Get specific workspace membership
Return a specific workspace membership.
get/v3/workspace_memberships/{identifier}
Path parameters
identifierstring required
Uniquely identify a membership.
Example:mEFayXdO
Workspace membership's identifier.
Response
Successfully retrieved workspace membership.
Example response
{
"identifier": "mEFayXdO",
"workspace": "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"
}
}