6772e50cb58e

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

identifierstring required

A random string that uniquely identify the resource.

organizationstring required

Uniquely identify an organization.

role'admin' | 'member' required

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