users
This query fetches a collection of users that belong to the same practice as the API user making the request. The results are paginated depending on the requested paging parameters. The query can be further refined through the use of UsersQueryOptions to filter users by their creation date or last update date, search by name, or filter to show only clinicians.
users(
pagination: Pagination
options: UsersQueryOptions
): UserData
Arguments
users.pagination ● Pagination input
users.options ● UsersQueryOptions input
Type
UserData object
A collection of users and information regarding how the colllection is paginated.