Update User Group

Update a user group.

put
Path parameters
idstringRequired
Body
namestringOptional
descriptionstring | nullableOptional
logostring | nullableOptional
Responses
200
OK
application/json
put
PUT /public/v1/accounts/user-groups/{id} HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 101

{
  "name": "text",
  "description": "text",
  "logo": "text",
  "modules": [
    {
      "id": "text"
    }
  ],
  "buyers": [
    {
      "id": "text"
    }
  ]
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-06-30T22:38:14.832Z",
      "by": "[Circular Reference]"
    },
    "updated": {
      "at": "2025-06-30T22:38:14.832Z",
      "by": "[Circular Reference]"
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "description": "text",
  "account": {
    "id": "text",
    "icon": "text",
    "type": "Client",
    "status": "Active",
    "name": "text"
  },
  "modules": [
    {
      "id": "text",
      "description": "text",
      "name": "text",
      "filters": {
        "group.buyers": [
          "text"
        ]
      },
      "settings": {
        "sharedAccount": true,
        "configurable": true,
        "default": true,
        "paid": true,
        "type": [
          "text"
        ]
      }
    }
  ],
  "logo": "text",
  "isDefault": true,
  "users": [
    {
      "id": "text",
      "icon": "text",
      "name": "text"
    }
  ],
  "buyers": [
    {
      "id": "text",
      "icon": "text",
      "name": "text"
    }
  ]
}

Last updated

Was this helpful?