The removeUsersFromGroup() GraphQL mutation is used to removes users from a group in LogScale.

For more information on user authorization, see the Manage users & permissions documentation page. In particular, read the section on groups, Manage Groups.

Syntax

Below is the syntax for the removeUsersFromGroup() mutation field:

graphql
removeUsersFromGroup(
      input: RemoveUsersFromGroupInput!
   ): RemoveUsersFromGroupMutation!

Given Datatypes

For the given datatype, RemoveUsersFromGroupInput, there are several parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: RemoveUsersFromGroupInput

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 19, 2024
groupIdstringyes The unique identifier of the group from which users should be removed.
users[string]yes A list of users to remove from the group.

Returned Datatypes

The returned datatype RemoveUsersFromGroupMutation has its own parameters. Below is a list of them along with their datatypes and a description of each:

Table: RemoveUsersFromGroupMutation

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Oct 3, 2024
groupGroupyes The group from which to remove users from the mutation. See Group.