Ban user
Overview
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.
API Reference
Ban a user from a community
POST
https://api-v2.zealy.io/public/communities/:subdomain/users/:userId/ban
Path Parameters
Name | Type | Description |
---|---|---|
subdomain* | String | Subdomain of your community |
userId | String | Id of the requested user invites |
Request Body
Name | Type | Description |
---|---|---|
reason | String | Reason for banning, will be displayed to the user when visiting the community |
Last updated