Skip to main content
Create a group — one value of an existing dimension (‘EMEA’ under ‘Region’). The dimension has to exist first; create it with create_group_dimension. The group is created empty: this tool attributes no users to it. The new value is added to the dimension’s picklist in every reporting table, so reports can break down by it straight away. Available only where the Qobra write tools beta is enabled. Every write is recorded in the audit trail as the Qobra MCP agent.

Parameters

Body

string
required
Id of the dimension the group belongs to — the id list_group_dimensions returns, or the one create_group_dimension just returned. Never a dimension name.
string
required
Display name of the group, one value of its dimension — ‘France’ under a ‘Country’ dimension.
string
required
The group’s stable key: the identifier an integration matches it on, distinct from the display name. Lowercase and underscore-separated by convention (e.g. ‘emea_north’).

Response

Body

object
The group as it now exists — the same row list_groups returns, so the id can be reused straight away.