Group

Groups contain a set of users, and can be used in place of users in some operations, such as collaborations.

Base
Mini
Standard

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

Value is always group

string
managed_group

The type of the group.

Value is one of managed_group,all_users_group

string
Support

The name of the group

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

When the group object was created

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

When the group object was last modified

Full

Response Example

{
  "created_at": "2012-12-12T10:53:43-08:00",
  "description": "Support Group - as imported from Active Directory",
  "external_sync_identifier": "AD:123456",
  "group_type": "managed_group",
  "id": 11446498,
  "invitability_level": "admins_only",
  "member_viewability_level": "admins_only",
  "modified_at": "2012-12-12T10:53:43-08:00",
  "name": "Support",
  "provenance": "Active Directory",
  "type": "group"
}