v1

latestOpenAPI 3.1.02026-08-041529124.1 KB
Users

List users

Retrieve a paginated list of users

get/v2/users

Query parameters

page_afterstring

Page cursor

page_sizeinteger

Page size

Response

Successfully retrieved users

page_afterstring

Example response

{
  "page_after": "123e4567-e89b-12d3-a456-426614174000",
  "users": [
    {
      "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"
    }
  ]
}