Skip to main content

UserBulkSetActive Object

Activate or deactivate users.

Requires the MANAGE_USERSpermission.
type UserBulkSetActive {
count: Int!
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields

count ● Int!

Returns how many objects were affected.

errors ● [AccountError!]!

Show deprecated

Returned By

userBulkSetActive mutation