Unblock User

Unblock a previously blocked user.

post

/v1/accounts/users/{id}/unblock

Path parameters
idstringrequired
Responses
curl -L \
  --request POST \
  --url 'https://api.platform.softwareone.com/public/v1/accounts/users/{id}/unblock'
{
  "id": "text",
  "audit": {},
  "$meta": {},
  "href": "text",
  "email": "text",
  "status": "text",
  "phone": {},
  "firstName": "text",
  "lastName": "text",
  "icon": "text",
  "lastLoginAt": "2025-02-23T06:13:40.241Z",
  "settings": {},
  "name": "text",
  "currentAccount": {},
  "accounts": [
    {
      "id": "text",
      "audit": {},
      "$meta": {},
      "href": "text",
      "externalId": "text",
      "externalName": "text",
      "type": {},
      "status": {},
      "serviceLevel": {},
      "address": {},
      "icon": "text",
      "technicalSupportEmail": "hello@example.com",
      "website": "text",
      "description": "text",
      "name": "text",
      "groups": [
        {
          "id": "text",
          "audit": {},
          "$meta": {},
          "href": "text",
          "name": "text",
          "description": "text",
          "account": {},
          "logo": "text",
          "isDefault": true,
          "modules": [
            {
              "id": "text",
              "audit": {},
              "$meta": {},
              "href": "text",
              "description": "text",
              "isConfigurable": true,
              "isEnabledByDefault": true,
              "paid": true,
              "name": "text",
              "accountTypes": [
                "text"
              ]
            }
          ],
          "users": [
            "[Circular Reference]"
          ]
        }
      ],
      "buyers": [
        {
          "id": "text",
          "audit": {},
          "$meta": {},
          "href": "text",
          "contact": {},
          "externalIds": {},
          "status": {},
          "icon": "text",
          "address": {},
          "taxId": "text",
          "account": {},
          "name": "text",
          "sellers": [
            {
              "id": "text",
              "audit": {},
              "$meta": {},
              "href": "text",
              "externalId": "text",
              "status": {},
              "icon": "text",
              "address": {},
              "name": "text",
              "currencies": [
                "text"
              ]
            }
          ]
        }
      ]
    }
  ]
}

Was this helpful?


#227:

Change request updated