Group (deprecated)

This resource is deprecated. You should consider using our GraphQL API with the UserGroup object.

List your groups

GET /group

See below to discover used fields and see reading section to discover some output examples.

Filters

FilterDescriptionUse

parent_id

Parent group identifier

?filters[parent_id]=1987

Get a group details

GET /group/1984

See reading section to discover some output examples.

Fields

FieldDescriptionValues

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

Last updated