Unblock User

Unblock a previously blocked user.

POSThttps://api.platform.softwareone.com/public/v1/accounts/users/{id}/unblock
Path parameters
id*string
Response

Success

Body
idstring
auditobject
$metaobject
hrefstring
emailstring
statusstring
phoneobject
firstNamestring
lastNamestring
iconnullable string
lastLoginAtnullable string (date-time)
settingsobject
namestring
accountsarray of AccountQueryModel (object)
currentAccountobject
Request
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/users/{id}/unblock', {
    method: 'POST',
    headers: {},
});
const data = await response.json();
Response
{
  "id": "text",
  "href": "text",
  "email": "text",
  "status": "text",
  "firstName": "text",
  "lastName": "text",
  "icon": "text",
  "lastLoginAt": "2024-09-19T16:20:23.663Z",
  "name": "text",
  "accounts": [
    {
      "id": "text",
      "href": "text",
      "externalId": "text",
      "externalName": "text",
      "icon": "text",
      "technicalSupportEmail": "name@gmail.com",
      "website": "text",
      "description": "text",
      "name": "text",
      "groups": [
        {
          "id": "text",
          "href": "text",
          "name": "text",
          "description": "text",
          "modules": [
            {
              "id": "text",
              "href": "text",
              "description": "text",
              "isConfigurable": false,
              "isEnabledByDefault": false,
              "paid": false,
              "name": "text",
              "accountTypes": [
                "text"
              ]
            }
          ],
          "logo": "text",
          "isDefault": false,
          "users": []
        }
      ],
      "buyers": [
        {
          "id": "text",
          "href": "text",
          "icon": "text",
          "taxId": "text",
          "name": "text",
          "sellers": [
            {
              "id": "text",
              "href": "text",
              "externalId": "text",
              "icon": "text",
              "currencies": [
                "text"
              ],
              "name": "text"
            }
          ]
        }
      ]
    }
  ]
}

Last updated

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.

Change request #498: