Replace all attributes of this Group
groups_put(
id,
name,
description = NULL,
slug = NULL,
organization_id = NULL,
default_otp_required_for_login = NULL,
role_ids = NULL,
default_time_zone = NULL,
default_jobs_label = NULL,
default_notebooks_label = NULL,
default_services_label = NULL
)
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 date and time when this group was last updated.
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 number of active members in this group.
integer, The total number of members in this group.
boolean, The two factor authentication requirement for this group.
array, An array of ids of all the roles this group has.
string, The default time zone of this group.
string, The default partition label for jobs of this group.
string, The default partition label for notebooks of this group.
string, The default partition label for services of this group.
integer, The ID of the user who last updated this group.
integer, The ID of the user who created 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.
email string, This user's email address.
primaryGroupId integer, The ID of the primary group of this user.
active boolean, Whether this user account is active or deactivated.
integer required. The ID of this group.
string required. This group's name.
string optional. The description of the group.
string optional. The slug for this group.
integer optional. The ID of the organization this group belongs to.
boolean optional. The two factor authentication requirement for this group.
array optional. An array of ids of all the roles this group has.
string optional. The default time zone of this group.
string optional. The default partition label for jobs of this group.
string optional. The default partition label for notebooks of this group.
string optional. The default partition label for services of this group.