Skip to main content
GET
List practice users

Authorizations

Authorization
string
header
required

Swagger / Postman only: Client ID as username, Client secret as password. In Postman, set this once on the collection (Authorization → Basic Auth) so all requests inherit. For production server-to-server code, prefer X-OM-Auth-ID and X-OM-Auth-Key headers.

Query Parameters

lastUpdated
string<date-time>

Only users changed on or after this UTC time (incremental sync).

pageNumber
integer<int32>

1-based page index (1–10000).

Response

OK

userKey
string<uuid> | null
userFirstName
string | null
userLastName
string | null
userEmail
string | null
roleName
string | null
userMobileNumber
string | null
hasSignature
boolean
inactive
boolean
updatedOn
string<date-time> | null