Group (deprecated)
This resource is deprecated. You should consider using our GraphQL API with the UserGroup
object.
You can also use Users
object filtered on parentGroupId if you would like to retrieve users from a specific user group.
List your groups
GET /group
See below to discover used fields and see reading section to discover some output examples.
Filters
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
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
Was this helpful?