Skip to main content

MutationUpdateOrganizationMembershipInput

input MutationUpdateOrganizationMembershipInput {
memberId: ID!
organizationId: ID!
role: OrganizationMembershipRole
}

Fields

MutationUpdateOrganizationMembershipInput.memberId ● ID! non-null scalar

Global identifier of the associated user.

MutationUpdateOrganizationMembershipInput.organizationId ● ID! non-null scalar

Global identifier of the associated organization.

MutationUpdateOrganizationMembershipInput.role ● OrganizationMembershipRole enum

Role assigned to the user within the organization.

Member Of

updateOrganizationMembership mutation