CreateOrUpdateOrganizationMembershipInput
Input for creating or updating a single organization membership
input CreateOrUpdateOrganizationMembershipInput {
externalUserId: String
individualId: ID!
organizationId: ID!
}
Fields
CreateOrUpdateOrganizationMembershipInput.externalUserId ● String scalar
The Individual's external user ID from the organization's system
CreateOrUpdateOrganizationMembershipInput.individualId ● ID! non-null scalar
The ID of the Individual
CreateOrUpdateOrganizationMembershipInput.organizationId ● ID! non-null scalar
The ID of the Organization
Member Of
createOrUpdateOrganizationMembership mutation