v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Update Profile Group

patch/applications/{client_id}/profile-groups/{group_id}/

Path parameters

client_idstring required
group_idstring required

Request body

namestring

Group Name

descriptionstring

Description for the Group

rule_treestring json

Update rule tree structure for dynamic user groups

Response

200

idstring
namestring
is_activeboolean
descriptionstring
profile_countinteger
created_atstring

Example response

{
  "id": "4ecc2732-4ffc-4d70-832d-db09c2be36c2",
  "name": "Test Group Updated",
  "is_active": true,
  "description": "Group for testing",
  "created_at": "2025-01-05T15:18:44.001306Z",
  "attributes": [
    {
      "key": "group_key_1",
      "value": "01"
    }
  ]
}