Block User

Block a user.

post
Path parameters
idstringRequired
Responses
200

OK

application/json
post
POST /public/v1/accounts/users/{id}/block HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-08-06T09:30:05.146Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-08-06T09:30:05.146Z",
      "by": "[Circular Reference]"
    },
    "invitationAcceptedAt": "2025-08-06T09:30:05.146Z"
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "email": "text",
  "status": "text",
  "phone": {
    "prefix": "text",
    "number": "text"
  },
  "firstName": "text",
  "lastName": "text",
  "icon": "text",
  "lastLoginAt": "2025-08-06T09:30:05.146Z",
  "settings": {
    "cultureCode": "text",
    "languageCode": "text"
  },
  "name": "text",
  "accounts": [
    {
      "id": "text",
      "icon": "text",
      "type": "Client",
      "status": "Active",
      "name": "text"
    }
  ],
  "currentAccount": {
    "id": "text",
    "icon": "text",
    "type": "Client",
    "status": "Active",
    "name": "text"
  }
}

Last updated

Was this helpful?