Skip to main content
API version 2024.0 A standard representation of a group, as returned from any group API endpoints by default.
This resource has a few variations that can be encountered when using the API.The fields that are part of the standard variant are generally returned when the resource is requested via its own API endpoints. For example, when retrieving a file by ID, it will return these fields unless the fields parameter has been specified.
id
string
example: 11446498The unique identifier for this object.
type
string
example: groupThe value will always be group.Value is always group
created_at
string(date-time)
example: 2012-12-12T10:53:43-08:00When the group object was created.
group_type
string
example: managed_groupThe type of the group.Value is one of managed_group,all_users_group
modified_at
string(date-time)
example: 2012-12-12T10:53:43-08:00When the group object was last modified.
name
string
example: SupportThe name of the group.
{
  "id": "11446498",
  "type": "group",
  "created_at": "2012-12-12T10:53:43-08:00",
  "group_type": "managed_group",
  "modified_at": "2012-12-12T10:53:43-08:00",
  "name": "Support"
}