Skip to main content

AddMembersToGroupInput (Input)

Description

No description



Fields

NameDescription
memberIds - [String!]!Member IDs to add to the group. Only 10 members can be added at a time. This limit does not apply to staff members.

input AddMembersToGroupInput {
memberIds: [String!]!
}