> For the complete documentation index, see [llms.txt](https://docs.iadvize.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iadvize.dev/technologies/rest-api/group.md).

# Group (deprecated)

{% hint style="danger" %} <mark style="color:red;">**This resource is deprecated.**</mark> <mark style="color:red;">You should consider using our GraphQL API with the</mark> <mark style="color:red;">`UserGroup`</mark> <mark style="color:red;">object.</mark> \ <mark style="color:red;">You can also use</mark> <mark style="color:red;">`Users`</mark> <mark style="color:red;">object filtered on</mark> *<mark style="color:red;">parentGroupId</mark>* <mark style="color:red;">if you would like to retrieve users from a specific user group.</mark>
{% endhint %}

## **List your groups**

`GET /group`

See below to discover used fields and see [reading section](/technologies/rest-api.md#read) to discover some output examples.

### **Filters**

| Filter     | Description             | Use                        |
| ---------- | ----------------------- | -------------------------- |
| parent\_id | Parent group identifier | `?filters[parent_id]=1987` |

## **Get a group details**

`GET /group/1984`

See [reading section](/technologies/rest-api.md#read) to discover some output examples.

### **Fields**

| Field                                                                                      | Description                   | Values                     |
| ------------------------------------------------------------------------------------------ | ----------------------------- | -------------------------- |
| id                                                                                         | Group identifier              | Integer                    |
| name                                                                                       | Group name                    | String                     |
| created\_at                                                                                | Date of creation              | Date `YYYY-MM-DD HH:MM:SS` |
| parent\_id                                                                                 | Parent identifier             | Integer                    |
| operator\_list **Deprecated: use the Operator resource with the group\_id filter instead** | List of operators identifiers | List of integers           |
| parent\_list                                                                               | List of parent's group ids    | List of integers           |
