OBJECT
UserGroup
A user group, returns basic info about the user group
link GraphQL Schema definition
- type UserGroup {
- # The date the user group was created
- String! :
- # Pagination cursor
- Cursor! :
- # An ID used for document, course, and conversation sharing
- String :
- # The unique identifier of the user group
- ID! :
- # The invite code
- String :
- # The name of the user group
- String :
- # Onboarding Flow of this user group
- OnboardingFlow :
- # The id of the associated onboarding flow
- String :
- # Recurring Form Names for this user group
- RecurringForm!] : [
- # Recurring Forms Count for this user group
- Int :
- # Owner of this user group
- User :
- # ids of user in group
- String] : [
- # All patients associated with this user group.
- #
- # Arguments
- # active_status: The active status of the users in the group. Can
- # be "active" or "inactive"
- # convo_id: The id of the conversation to filter users by
- # should_sort: Sort the returned users by last name
- String, : ID, : Boolean): [User!]! ( :
- # The number of users in the group
- Int :
- # Users in user group with course membership
- User!] : [
- }
link Require by
- AppointmentAn appointment object containing information about the appointment, including the attendees, date, location, and more.
- AppointmentTypeAn object containing information about the type of appointment
- CampaignMarketing campaign (email/sms) sent to clients by provider
- CarePlanA Care Plan
- ConversationAn association between conversation holders
- CourseA Course
- CourseGroupRelationship between a user group and a course
- createGroupPayloadAutogenerated return type of createGroup.
- deleteUserGroupPayloadAutogenerated return type of deleteUserGroup.
- DocumentA document file that contains an attachment and information about the attachment
- FeatureToggleAn object containing details about what the client can and can't do
- FolderA folder that contains documents and other folders
- NoteSchedulerScheduled chat notes
- OnboardingFlowAn onboarding flow that is comprised of onboarding items
- OrganizationAn organization, that is an umbrella group for multiple providers
- QueryThe query root of this schema. See available queries.
- RecurringFormA Recurring Form
- updateUserGroupPayloadAutogenerated return type of updateUserGroup.
- UserAn user entry, returns basic user information