[BETA] Unblock calls with this user id
Example
curl -X POST "http://0.0.0.0:8000/user/unblock" -H "Authorization: Bearer sk-1234" -d '{ "user_ids": [<user_id>, ...] }'
POST /customer/unblock HTTP/1.1 Host: Ocp-Apim-Subscription-Key: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 21 { "user_ids": [ "text" ] }
Successful Response
No content