INPUT_OBJECT

createOrganizationMembershipInput

Autogenerated input type of createOrganizationMembership

link GraphQL Schema definition

  • input createOrganizationMembershipInput {
  • email: String
  • first_name: String
  • last_name: String
  • # Options are ["Standard", "Support"]
  • org_role: String
  • # Required: The ID of the organization
  • organization_id: ID
  • # Can optionally be passed in along with last_name, first_name, and email. When
  • # passed in, the newly created user will have this password
  • password: String
  • professions: [ProfessionsInput]
  • # When true, an invite email will be sent to the newly created organization member
  • send_invite_email: Boolean
  • specialties: [SpecialtiesInput]
  • # Organization’s member timezone
  • timezone: String
  • # Lets you add extra metadata about the organization membership. Not used in
  • # Healthie UI
  • title: String
  • # Selected permission template
  • permission_template_id: ID
  • }