Update User Group

Update a user group.

put

/v1/accounts/user-groups/{id}

Path parameters
idstringrequired
Body
namestring
descriptionstring | nullable
logostring | nullable
modulesany[]
Responses
curl -L \
  --request PUT \
  --url 'https://api.platform.softwareone.com/public/v1/accounts/user-groups/{id}' \
  --header 'Content-Type: application/json' \
  --data '{"modules":[]}'
{
  "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": [
    {
      "id": "text",
      "audit": {},
      "$meta": {},
      "href": "text",
      "email": "text",
      "status": "text",
      "phone": {},
      "firstName": "text",
      "lastName": "text",
      "icon": "text",
      "lastLoginAt": "2025-02-23T04:40:26.687Z",
      "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": [
            "[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