OUTCOME · Inspect
What changes
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
v2User intelligence and risk
/api/v2/admin/users/{profile_uuid}PURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Use after an authorized exact lookup when an investigator needs the subject's current control version, capability controls, alerts, deterministic evidence commitments, session posture, and retained intervention history.
OUTCOME · Inspect
Read-only projection; it grants no mutation, settlement, traffic, or authority change.
WHY IT MATTERS
ISOLATION + AUTHORITY
Tenant scope, identity, profile, lifecycle, deterministic signal, risk tier, reviewer rating, alert, evidence, investigation, policy decision, and enforcement authority remain distinct. Search results do not reveal secrets and cannot suspend, activate, close, transact for, or otherwise mutate an identity.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing the admin:identity:read scope.EXAMPLEBearer hc_live_…
profile_uuidpathRequiredcanonical profile identifierExact tenant-visible profile returned by an authorized lookup.EXAMPLEprofile-01J…
RESPONSES
{
"identity": {
"identity_uuid": "identity-01J…",
"profile_uuid": "profile-01J…",
"tenant_uuid": "tenant-01J…",
"email": "[email protected]",
"username": "person",
"display_name": "Example Person",
"identity_active": true
},
"control": {
"lifecycle_status": "REVIEW_REQUIRED",
"risk_score": 72,
"risk_tier": "HIGH",
"reviewer_rating": "WATCH",
"review_reason": "Manual review pending.",
"version": 4,
"updated_by": "admin-01J…",
"updated_at": "2026-09-01T18:00:00Z"
},
"capabilities": [
{
"capability": "LOGIN",
"status": "ACTIVE",
"reason": "",
"version": 0
},
{
"capability": "TRADING",
"status": "ACTIVE",
"reason": "",
"version": 0
}
],
"alerts": [
{
"uuid": "alert-01J…",
"rule_code": "AUTH_FAILURE_BURST",
"severity": "HIGH",
"status": "OPEN",
"title": "Repeated authentication failures",
"summary": "Retained security evidence requires review.",
"occurrence_count": 6,
"assigned_to": null,
"acknowledged_by": null,
"acknowledged_at": null,
"resolved_by": null,
"resolved_at": null,
"resolution": null,
"created_at": "2026-09-01T17:45:00Z",
"updated_at": "2026-09-01T17:45:00Z"
}
],
"signals": [
{
"uuid": "signal-01J…",
"signal_type": "AUTH_FAILURE_BURST",
"source_service": "identity-security",
"severity": "HIGH",
"score_delta": 25,
"summary": "Repeated authentication failures",
"evidence_sha256": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"observed_at": "2026-09-01T17:45:00Z"
}
],
"events": [
{
"uuid": "event-01J…",
"event_type": "RATING_CHANGED",
"target_ref": "RISK_REVIEW",
"actor_ref": "admin-01J…",
"reason": "Manual review required.",
"before": {
"reviewer_rating": "UNRATED"
},
"after": {
"reviewer_rating": "WATCH"
},
"previous_event_hash": null,
"event_hash": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
"created_at": "2026-09-01T18:00:00Z"
}
],
"session_posture": {
"active_mobile_sessions": 1,
"last_mobile_activity": "2026-09-01T18:01:00Z"
}
}{
"code": "invalid_credentials",
"message": "The administrator bearer is missing, invalid, or expired."
}invalid_credentials{
"code": "risk_review_forbidden",
"message": "The bearer lacks admin:identity:read, an eligible administrator role, or tenant authority."
}risk_review_forbidden{
"code": "managed_identity_not_found",
"message": "No visible tenant-bound control record exists for the exact profile."
}managed_identity_not_found{
"code": "invalid_risk_query",
"message": "The identifier, cursor, limit, or exact state filter is invalid."
}invalid_risk_query{
"code": "identity_risk_unavailable",
"message": "The authoritative Identity risk projection is unavailable."
}identity_risk_unavailableOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗