INPUT_OBJECT
createOrganizationMembershipInput
Autogenerated input type of createOrganizationMembership
link GraphQL Schema definition
- input createOrganizationMembershipInput {
- # A unique identifier for the client performing the mutation.
- String :
- String :
- String :
- String :
- # Options are ["Standard", "Support"]
- String :
- 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
- String :
- ProfessionsInput] : [
- # When true, an invite email will be sent to the newly created organization member
- Boolean :
- SpecialtiesInput] : [
- # Organization’s member timezone
- String :
- # Lets you add extra metadata about the organization membership. Not used in
- # Healthie UI
- String :
- # Selected permission template
- ID :
- }