Unban a User
Removes a user ban to resume check-ins, redemptions, emails, etc.
Query Parameters
- Type: stringuser
_id User ID of the guest in the Punchh system that will be unbanned
Headers
- Type: stringAuthorizationrequired
Bearer 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
- application/json
- application/json
Request Example for delete/api2/dashboard/users/ban
curl 'https://SERVER_NAME_GOES_HERE.punchh.com/api2/dashboard/users/ban?user_id=' \
--request DELETE \
--header 'Authorization: Bearer BUSINESS_ADMIN_KEY_GOES_HERE'
{}