companyUserDelete
mutation
Remove users from company
Removes one or more users from the company by their IDs. The user accounts remain active but lose access to this company.
mutation {
companyUserDelete(companyId: Int!, companyUserId: [Int!]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
companyUserId | [Int!]! |