v1
latestOpenAPI 3.1.02026-08-041529124.1 KBUsers
Get user details
Retrieve detailed information about a specific user
get/v2/users/{userId}
Path parameters
userIdstring required
User ID
Response
Successfully retrieved user details
Example response
{
"created_at": "2025-01-01T13:19:13.402Z",
"current_risk_score": 75,
"department": "Engineering",
"divisions": [
"Consumer Devices"
],
"email": "john.smith@example.com",
"first_name": "John",
"id": "123e4567-e89b-12d3-a456-426614174000",
"job_title": "Senior Engineer",
"languages": [
"en-US"
],
"last_name": "Smith",
"location": "Office A",
"manager_email": "andrew@example.com",
"manager_name": "Andrew Smith",
"mobile_phone_number": "+1-555-012-3457",
"organization": "Adaptive",
"phone_number": "+1-555-012-3456",
"start_date": "2025-01-01T13:19:13.402Z",
"status": "ACTIVE"
}