Function getCommentBoardBans
- get
Comment Board Bans(arg?): Promise<IPaginatedResponse<ICommentBoardBan>> Parameters
Optionalarg: IGetCommentBoardBansArg
Returns Promise<IPaginatedResponse<ICommentBoardBan>>
Generated using TypeDoc
Optional arg: IGetCommentBoardBansArgGenerated using TypeDoc
Description
Get a list of comment board bans in the Application. Each comment board ban resource represents restrictive access to comment board for a given user profile.
Async
Since
2.39.0
Example