---
title: "Update Profile Group"
method: PATCH
path: "/applications/{client_id}/profile-groups/{group_id}/"
---

# Update Profile Group

`PATCH /applications/{client_id}/profile-groups/{group_id}/`

## Path parameters

- `client_id` string, required
- `group_id` string, required

## Request body

- object
  - `name` string — Group Name
  - `description` string — Description for the Group
  - `attributes` object[] — Add optional attributes to the group
    - `key` string, required
    - `value` string, required
  - `rule_tree` string, json — Update rule tree structure for dynamic user groups

## Response `200`

200

- object
  - `id` string
  - `name` string
  - `is_active` boolean
  - `description` string
  - `profile_count` integer
  - `created_at` string
  - `attributes` object[]
    - `key` string
    - `value` string

---

[API](https://skmtc.net/livelike/apis/engagement-suite.md) · [All operations](https://skmtc.net/livelike/apis/engagement-suite/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livelike/engagement-suite/versions/f3171d1c30f7/schema)
