INPUT_OBJECT

UpdatePersonUserOrganizationAssignmentInput

Arguments for update a Person User organization assignment.

link GraphQL Schema definition



input UpdatePersonUserOrganizationAssignmentInput {
The organization to update to.
organizationId: ID!
The id of the user to be updated.
userId: ID!
}

link Required by