Skip to main content

Unblock multiple users

PATCH
/users/unblock

Contract

Parameter
Value
Sectionusers
AuthenticationCookieAuth
Consumesapplication/json
Producesapplication/json

Parameters

1 parameter

Name
Location
Required
Type
Description
requestbodyyesobjectIDs to unblock
  • {
      "array": [
        0
      ]
    }

Responses

4 responses

Status
Description
Type
200
Successful responseno body
400
Invalid request bodyobject
401
Unauthorizedobject
500
Internal server errorobject
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }
  • {
      "data": {},
      "error": "<string>"
    }