Group

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.

string
"11446498"

The unique identifier for this object

string
"group"

group

Value is always group

string / date-time
"2012-12-12T10:53:43-08:00"

When the group object was created

string
"managed_group"

The type of the group.

Value is one of managed_group,all_users_group

string / date-time
"2012-12-12T10:53:43-08:00"

When the group object was last modified

string
"Support"

The name of the group

Response Example

{
  "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"
}