Skip to main content
GET
Get person membership details

Authorizations

Authorization
string
header
required

Short-lived bearer access token issued for a Living Security API access key. Send as Authorization: Bearer .

Headers

x-organization-id
string<uuid>
required

Organization context for multi-tenant operations

Path Parameters

personId
string
required

Response

Membership details found successfully

id
string
required

Unique membership identifier

Example:

"550e8400-e29b-41d4-a716-446655440000"

personId
string
required

Person ID associated with this membership

Example:

"user-550e8400-e29b-41d4-a716-446655440000"

organizationId
string
required

Organization ID for this membership

Example:

"550e8400-e29b-41d4-a716-446655440000"

active
boolean
required

Whether the membership is currently active

Example:

true

profile
object
required

Person profile data (name, email, etc.)

createdAt
string<date-time>
required

Membership creation timestamp

Example:

"2025-10-01T00:00:00.000Z"

updatedAt
string<date-time>
required

Membership last update timestamp

Example:

"2025-10-01T12:00:00.000Z"

importSource
enum<string> | null

How the user was provisioned (SCIM, CSV, or MANUAL)

Available options:
SCIM,
CSV,
MANUAL
Example:

"SCIM"

accessGrantType
enum<string> | null

How access was granted (DIRECT, PARENT_ORG, or PLATFORM)

Available options:
DIRECT,
PARENT_ORG,
PLATFORM
Example:

"DIRECT"

stickyAttributes
object

Sticky attributes (overrides, local attributes, sync status)

role
string | null

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)

Example:

"OWNER"

roleDisplayName
string | null

Human-friendly role display name

Example:

"Owner"

roleIds
string[] | null

Array of ALL role identifiers assigned to this member. Includes system role types (OWNER, ADMIN, etc.), catalog role IDs, and custom role IDs.

Example: