v1

latestOpenAPI 3.0.3MIT2026-08-04143307364.8 KB
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.

identifierstring

Uniquely identify a membership.

workspacestring

Uniquely identify a workspace.

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"
  }
}