Get a person
Returns the full person record including:
- strongest_relationships: top 2 internal team members with the strongest connection to this person (use for “who internally knows X” without needing recommended-paths)
- pathpower: overall relationship strength score (0.0–1.0)
- priority_management.rq: the canonical relationship quality score (1–3, null when no signal exists). Ignore rq_manual and rq_math — use rq as the single source of truth.
- Secondary emails, phone numbers, entity list memberships, company affiliation.
Returns 404 if the person is not visible in the tenant’s Explorer view.
Authorizations
Path Parameters
Response
Person response schema.
Domain of the company on the person's current employment row. Filterable via ?current_company_domain=.
Name of the company on the person's current (is_current) employment row. Filterable via ?current_company_name=.
Current job title from the LiveData-enriched employment history ledger. Filterable via ?current_job_title=.
ISO 8601 timestamp of when the person moved into their current role (started_at of the is_current row). Filterable via ?job_changed_since / ?job_changed_before.
Most recent tenant-wide contact timestamp, aggregated across all activity types. Alias of last_activity_date; both fields read from the same ActivityDateByEntity column that powers the list/detail endpoints.
ISO 8601 timestamp of the earliest future calendar event involving this person where the calling user (x-rings-user-id) is a participant. null when no user context is provided.
Title of the per-user next meeting. null when no user context is provided.
ISO 8601 timestamp of the earliest future calendar event involving this person (tenant-wide). Source: Activity.kind=EVENT, start_date >= now(), non-cancelled, non-deleted, non-hidden. Listener-driven with hourly recompute fallback.
Title of the tenant-wide next meeting.
UsersPrivate.uuid of the internal user attending the tenant-wide next meeting (prefers organizer).
ISO 8601 timestamp of the most-recent prior job's end date (ended_at of the most-recent non-current row). Filterable via ?previous_job_ended_since / ?previous_job_ended_before.
Up to two tenant internal users with the strongest relationship to this person, ranked by priority_management.rq_pretty (desc). Precomputed every ~3 hours; null when no qualifying signals exist.