Groups
Model
Group Model
The Group model represents a group entity with various attributes and relationships.
Attributes
object "group"
The description of the model.
id string
Unique identifier for the group.
organization_id string
Unique identifier for the organization that owns this group. This will always be your organization ID.
name string
The name of the group.
resource string
The type of group. it can be a contact or location.
location_id string
The location ID of the group with which the group is associated.
location object | null
The full location object associated with the group. Contains id and name properties when present.
created_at integer
Time in epoch seconds when this resource was created.
updated_at integer
Time in epoch seconds when this group was last updated.
updated_by string
The ID of the user or key who last updated the group.
metadata object
Additional Key value pairs associated with the group.
checksum string
The checksum of the group object.
_outbound_trackers object
_inbound_trackers object
children Array.<{name:string; id:string}>
A list of child contacts or locations associated with this group.
children_count integer
The number of children (contacts or locations) in this group.
_search object
A special property that will be included if searching through groups. This is a flat object which will include <mark> tags around characters that have matched the search. You can use this to more easily highlight text for a user interface.