Skip to main content
GET
List User Identifiers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string<uuid>
required
user_id
string<uuid>
required

Query Parameters

integration_source_id
string<uuid> | null

Response

Successful Response

organization_id
string<uuid>
required

Organization that owns this identifier mapping

user_id
string<uuid>
required

User this identifier belongs to

integration_source_id
string<uuid>
required

Integration source where this identifier is used

identifier_key
string
required

Key/field name for the identifier (e.g., 'owner_id', 'user_email', 'employee_id')

identifier_value
string
required

The actual identifier value

discovery_method
enum<string>
required

Method used to discover this identifier

Available options:
mcp_tool,
llm_discovery,
manual
id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
confidence_score
number | null

Confidence score for LLM-discovered identifiers (0.0-1.0)

discovery_metadata
Discovery Metadata · object

Additional context about the identifier