v1

latestOpenAPI 3.0.02026-07-2691259477.2 KB
Accounts | Admin

Block or Unblock an Account

put/v2/accounts/{accountid}/blocked

Path parameters

accountidstring required

Account ID

Headers

Authorizationstring required

Authorization bearer (OAuth 2)

PSU-Accept-Languagestring

Response language accepted by final client (PSU). English by default

PSU-IP-Addressstring required

IP address of the final client (PSU).

PSU-User-Agentstring

User-agent of the final client (PSU).

Request body

isBlockedboolean
commentstring

Example request

{
  "isBlocked": true,
  "comment": "comment"
}

Response

OK