Get person membership details
Retrieve membership information for a specific person. Organization context provided via x-organization-id header.
Authorizations
Short-lived bearer access token issued for a Living Security API access key. Send as Authorization: Bearer .
Headers
Organization context for multi-tenant operations
Path Parameters
Response
Membership details found successfully
Unique membership identifier
"550e8400-e29b-41d4-a716-446655440000"
Person ID associated with this membership
"user-550e8400-e29b-41d4-a716-446655440000"
Organization ID for this membership
"550e8400-e29b-41d4-a716-446655440000"
Whether the membership is currently active
true
Person profile data (name, email, etc.)
Membership creation timestamp
"2025-10-01T00:00:00.000Z"
Membership last update timestamp
"2025-10-01T12:00:00.000Z"
How the user was provisioned (SCIM, CSV, or MANUAL)
SCIM, CSV, MANUAL "SCIM"
How access was granted (DIRECT, PARENT_ORG, or PLATFORM)
DIRECT, PARENT_ORG, PLATFORM "DIRECT"
Sticky attributes (overrides, local attributes, sync status)
Primary role identifier. Can be a system role type (OWNER, ADMIN, MEMBER), catalog role ID, or custom role ID based on precedence (system > catalog > custom)
"OWNER"
Human-friendly role display name
"Owner"
Array of ALL role identifiers assigned to this member. Includes system role types (OWNER, ADMIN, etc.), catalog role IDs, and custom role IDs.

