v1
latestOpenAPI 3.0.02026-07-2422987517.5 KBList users
Returns the list of users visible to the caller. For a normal user this is scoped to their own account only; Cardda staff see all users. Each item is augmented with computed methods (milestone_ids, n_companies, company_role, capability flags, plh_profile_complete, missing_plh_profile_fields, needs_password_setup).
This endpoint is not company-scoped — visibility comes from the user policy, not the company-id header.
Query parameters
If all the transactions where in an array, this would represent the index of the first item returned in the response
If all the transactions where in an array, this would represent the index of the last item returned in the response
The order method, which can be ascending or descending
The field used to sort, the example illustrates a response that would be sorted by the creation date
Headers
UUID of the company on whose behalf the request is made. Required for every Organization endpoint. See The company-id header for details on how to obtain a value for this header and the error responses to expect when it is missing or invalid.
Response
Paginated list of users.
Example response
[
{
"user_type": "business",
"status": "pending"
}
]