Practitioner
Get a paged array of practitioners
Get a paged array of practitioners
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The starting object id of the next page
Example:
200
The starting object id of the previous page
Example:
100
Search for objects updated after this date time
Example:
"2023-07-30T09:00:00.000Z"
Search for objects updated before this date time
Example:
"2023-07-30T09:00:00.000Z"
Whether archived objects should be retrieved, default is false
Available options:
true
, false
Practitioner first name
Example:
"Albus"
Practitioner last name
Example:
"Dumbledore"
Patient email
Example:
"albus@hogwarts.edu"
Whether the practitioner is active
Available options:
true
, false
Example:
"true"
Practitioner role name – can be one of the predefined roles or a custom user-defined role
Example:
"practitioner admin"
Response
200 - application/json
A paged array of practitioners
The response is of type object
.