v11

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-017364211.0 KB
Users

Get All Users

Fetches all SDP users within the organization, whether they are active yet or not.

get/users

Response

Returns a paginated list of User Details

idstring required
first_namestring required
last_namestring required
emailstring required
rolesstring[] required
is_activeboolean required

Example response

[
  {
    "id": "1736bed3-7b92-4760-8ff2-51fb08ee079f",
    "first_name": "John",
    "last_name": "Doe"
  }
]