asyncBulkCreateOrganizationMembershipsInput
Autogenerated input type of asyncBulkCreateOrganizationMemberships
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEpermission_template_id
· ID · Selected permission template Used By
Definition
"""Autogenerated input type of asyncBulkCreateOrganizationMemberships"""input asyncBulkCreateOrganizationMembershipsInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" Options are ["Standard", "Support"] """ org_role: String
""" Selected permission template """ permission_template_id: ID
""" The ID of the organization """ organization_id: ID!
""" The ID of the users to add to the organization """ user_ids: [ID]!}