Box Developer Documentation
 

    Group (Mini)

    This resource is used by enpoints in the version 2024.0. For more details, see Box API versioning.

    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.

    string
    11446498

    The unique identifier for this object

    string
    group

    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

    Response Example

    {
      "id": "11446498",
      "type": "group",
      "group_type": "managed_group",
      "name": "Support"
    }