Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.box.com/llms.txt

Use this file to discover all available pages before exploring further.

Mini representation of a group, including id and name of group.

id
string
required

The unique identifier for this object.

Example:

"11446498"

type
enum<string>
required

The value will always be group.

Available options:
group
Example:

"group"

name
string

The name of the group.

Example:

"Support"

group_type
enum<string>

The type of the group.

Available options:
managed_group,
all_users_group
Example:

"managed_group"