# Partially update a user group

Endpoint: PATCH /buyers/{buyerID}/usergroups/{userGroupID}
Version: 1.0.457.36910
Security: OAuth2

## Path parameters:

  - `buyerID` (string, required)
    ID of the buyer.

  - `userGroupID` (string, required)
    ID of the user group.

## Request fields (application/json):

  - `ID` (string)

  - `Name` (string)

  - `Description` (string)

  - `xp` (object)
    Example: {}

## Response 200 fields (application/json):

  - `ID` (string)

  - `Name` (string)

  - `Description` (string)

  - `xp` (object)
    Example: {}

## Response 4XX fields (application/json):

  - `StatusCode` (integer)
    Example: "404"

  - `ErrorCode` (string)
    Example: "NotFoundError"

  - `Message` (string)
    Example: "Object not found"

  - `Data` (object)
    Example: {"ObjectType":"","ObjectID":""}


