Skip to main content
API version 2024.0 Mini representation of a group, including id and name of group.
This resource has a few variations that can be encountered when using the API.The fields that are part of the mini variant are generally returned when the resource is nested within the response for another resource.
id
string
example: 11446498The unique identifier for this object.
type
string
example: groupThe value will always be group.Value is always group
group_type
string
example: managed_groupThe type of the group.Value is one of managed_group,all_users_group
name
string
example: SupportThe name of the group.
{
  "id": "11446498",
  "type": "group",
  "group_type": "managed_group",
  "name": "Support"
}