Replace all attributes of this Group
groups_put(id, name, description = NULL)
integer required. The ID of this group.
string required. This group's name.
string optional. The description of the group.
A list containing the following elements:
integer, The ID of this group.
string, This group's name.
string, The date and time when this group was created.
string, The description of the group.
string, The slug for this group.
integer, The ID of the organization this group belongs to.
string, The name of the organization this group belongs to.
integer, The total number of members in this group.
array, An array containing the following fields:
id integer, The ID of this user.
name string, This user's name.
username string, This user's username.
initials string, This user's initials.
online boolean, Whether this user is online.