---
title: "Create a Profile Group"
method: POST
path: "/applications/{client_id}/profile-groups/"
---

# Create a Profile Group

`POST /applications/{client_id}/profile-groups/`

## Path parameters

- `client_id` string, required

## Request body

- object
  - `name` string, required — Group Name
  - `description` string — Description for the Group
  - `attributes` object[] — Add optional attributes to the group
    - `key` string, required
    - `value` string, required
  - `membership_type` 'dynamic' | 'manual' — Membership type for user groups. Can be "dynamic" or "manual"
  - `rule_tree` string, json — Definition of rules for the profiles in the profile group to follow. Required with membership_type as dynamic

## Response `201`

201

- 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/revisions/f3171d1c30f7/schema)
