Customer Group Detail
Returns a single customer group, including the customersCount that the listing omits.
| Endpoint | Method |
|---|---|
/api/admin/customers/groups/{id} | GET |
Response Fields
| Field | Type | Description |
|---|---|---|
id | integer | Group ID. |
code | string | Unique group code. |
name | string | Display name. |
isUserDefined | integer | 0 (system group) or 1 (user-defined). |
customersCount | integer | Number of customers in the group (detail-only — null on listing rows). |
createdAt, updatedAt | string | Timestamps. |
Unknown id → 404.
TIP
For what customer groups are and the system-group rules, see the Customer Groups overview.

