CommunityMemberBanCreateBulkRequest
CommunityMemberBanCreateBulkRequest =
object
Request object for banning multiple members from the community in a single operation.
Properties
expiresAt?
optionalexpiresAt:Date
Optional expiration date for the bans. After this date, the bans are no longer enforced. This expiration is applied to all bans created by this operation.
reason?
optionalreason:string
Optional reason for the ban. This reason is applied to all bans created by this operation.
userIds?
optionaluserIds:UserGuid[]
Array of user IDs to ban. Optional, but at least one user ID should be provided for the operation to have effect.