user
This query fetches the user with the specified identifier if that user belongs to the same practice as the API user making the request.
user(
id: ID!
includeUnvalidated: Boolean = false
): User
Arguments
user.id ● ID! non-null scalar
user.includeUnvalidated ● Boolean scalar
Type
User object
A user in the application.