Skip to main content

PermissionGroupUpdateInput Input Type

No description

input PermissionGroupUpdateInput {
addPermissions: [PermissionEnum!]
addUsers: [ID!]
addChannels: [ID!]
name: String
removePermissions: [PermissionEnum!]
removeUsers: [ID!]
removeChannels: [ID!]
restrictedAccessToChannels: Boolean
}

Fields​

addPermissions ● [PermissionEnum!]​

List of permission code names to assign to this group.

addUsers ● [ID!]​

List of users to assign to this group.

addChannels ● [ID!]​

List of channels to assign to this group.

name ● String​

Group name.

removePermissions ● [PermissionEnum!]​

List of permission code names to unassign from this group.

removeUsers ● [ID!]​

List of users to unassign from this group.

removeChannels ● [ID!]​

List of channels to unassign from this group.

restrictedAccessToChannels ● Boolean​

Determine if the group has restricted access to channels.

Member Of​

permissionGroupUpdate mutation