Skip to main content

A standard representation of a group, as returned from any group API endpoints by default.

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"

created_at
string<date-time>

When the group object was created.

Example:

"2012-12-12T10:53:43-08:00"

modified_at
string<date-time>

When the group object was last modified.

Example:

"2012-12-12T10:53:43-08:00"