RemoveUsersFromGroupInput is an input datatype for removing users from a group. It's used by the removeUsersFromGroup() mutation field.

Table: RemoveUsersFromGroupInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 19, 2024
groupIdstringyes Long-TermThe unique identifier of the group from which users should be removed.
users[string]yes Long-TermA list of users to remove from the group.