Skip to content

bulkUpdateClients

Update multiple clients at once. Will change user group for multiple clients if user_group_id passed, otherwise clients will be archived

Arguments

input · bulkUpdateClientsInput · Parameters for bulkUpdateClients

Returns

bulkUpdateClientsPayload

Example

mutation bulkUpdateClients($input: bulkUpdateClientsInput) {
bulkUpdateClients(input: $input) {
messages
users
}
}