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
Example response
[
{
"id": "1736bed3-7b92-4760-8ff2-51fb08ee079f",
"first_name": "John",
"last_name": "Doe"
}
]