AddUsersToGroupInput is an input datatype for adding users to a group. It's used by the addUsersToGroup() mutation field.

Table: AddUsersToGroupInput

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: Aug 18, 2025
groupIdstring  Long-TermThe unique identifier for the group.
users[string]yes Long-TermA list of unique identifier of users to add to group.