Ban user
Overview
API Reference
Ban a user from a community
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated
Was this helpful?
This endpoint allows you to ban a user from your community. Once a user is banned:
He won't be able to claim quests in the community anymore.
All his quests waiting for reviews will be canceled.
He will be removed from the all-time and sprint leaderboards if any.
POST https://api-v2.zealy.io/public/communities/:subdomain/users/:userId/ban
subdomain*
String
Subdomain of your community
userId
String
Id of the requested user invites
reason
String
Reason for banning, will be displayed to the user when visiting the community
Last updated
Was this helpful?
Was this helpful?