OBJECT

SdOrganizationMembership

INTERNAL -- Data on the Organization Membership Object

link GraphQL Schema definition

  • type SdOrganizationMembership {
  • # Clients can schedule sessions with this org member
  • allow_self_scheduling_in_care_team: Boolean
  • # Can access all Chat conversations of all org members
  • can_access_to_members_chat: Boolean
  • # Can add new clients
  • can_add_clients: Boolean
  • # Can add members to the organization
  • can_add_members: Boolean
  • # Can add other org members to Chat conversations
  • can_add_members_to_chat: Boolean
  • # Can be added as a care team member
  • can_be_care_team_member: Boolean
  • # Can add and edit appointment types that are then visible within the entire
  • # organization
  • can_edit_appointment_types: Boolean
  • # Can edit and delete appointments on behalf of other org members
  • can_edit_calendar: Boolean
  • # Can modify folders and documents shared within your organization
  • can_edit_docs: Boolean
  • # Can create, edit, archive and delete programs
  • can_edit_education: Boolean
  • # Can create, edit, and delete forms, charting templates and intake flows
  • can_edit_forms: Boolean
  • # Can edit and remove members in the organization
  • can_edit_members: Boolean
  • # Can create, edit and delete packages
  • can_edit_packages: Boolean
  • # Can view and edit settings that impact the organization
  • can_edit_settings: Boolean
  • # Can enroll and remove clients from programs
  • can_enroll_clients_to_programs: Boolean
  • # Can lock charting notes of other providers
  • can_lock_others_charting_notes: Boolean
  • # Can merge clients
  • can_merge_clients: Boolean
  • # Can view all organizational billing
  • can_see_billing: Boolean
  • # Can view the organization calendar that includes all org members' schedules
  • can_see_calendar: Boolean
  • # Can search across all clients in the organization
  • can_see_clients: Boolean
  • # Can view other org members Documents
  • can_see_docs: Boolean
  • # Can sign charting notes of other providers
  • can_sign_others_charting_notes: Boolean
  • # The unique identifier of the object
  • id: ID!
  • # Whether the user is an admin of the organization
  • is_admin: Boolean
  • # Whether the user is a provider of the organization
  • is_provider: Boolean
  • # The role of the user in the organization
  • org_role: String
  • # Sees all clients in the organization on the Clients page
  • sees_all_clients: Boolean
  • }