Unblock User

Unblocks the specified user

For a detailed description of the blocked user properties please visit here

Request sample:

DELETE /users/:uid/blockedusers HTTP/1.1
Content-type: application/json
Accept: application/json

{
   "blockedUids": ["array of strings"]
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!