dashboard_ban_user
Ban a User
Bans a user in the Punchh system to disallow check-ins, redemptions, emails, etc.
Query Parameters
- Type: string
user _id requiredUser ID of the guest in the Punchh system that will be banned. You can get this value from the User object.
- Type: string
reason requiredReason that the guest is being banned. This is required for auditing and tracking purposes.
Headers
- Type: string
Authorization requiredBearer token for admin authorization, who is making a call on behalf of the customer. Send the API key in the following format: "Authorization: Bearer BUSINESS_ADMIN_KEY_GOES_HERE".
Responses
- Type: object
202 - Type: object
401 - Type: string
error
post/api2/dashboard/users/ban
{}