65. Мутация: Изтриване на потребители от организация
mutation DeleteUsersFromOrganizationSample {
deleteUsersFromOrganization(
input: {
organizationUuid: "organization_uuid"
userUuids: ["<user_uuid1>", "<user_uuid2>"]
}
) {
uuidНаОрганизация
userUuid
email
всичкиФерми
датаНаСъздаване
updatedDate
}
}Last updated
Was this helpful?