Replace all attributes of this Group
groups_put( id, name, description = NULL, slug = NULL, organization_id = NULL, must_agree_to_eula = 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 )
id | integer required. The ID of this group. |
---|---|
name | string required. This group's name. |
description | string optional. The description of the group. |
slug | string optional. The slug for this group. |
organization_id | integer optional. The ID of the organization this group belongs to. |
must_agree_to_eula | boolean optional. Whether or not members of this group must sign the EULA. |
default_otp_required_for_login | boolean optional. The two factor authentication requirement for this group. |
role_ids | array optional. An array of ids of all the roles this group has. |
default_time_zone | string optional. The default time zone of this group. |
default_jobs_label | string optional. The default partition label for jobs of this group. Only available if custom_partitions feature flag is set. Do not use this attribute as it may break in the future. |
default_notebooks_label | string optional. The default partition label for notebooks of this group. Only available if custom_partitions feature flag is set. Do not use this attribute as it may break in the future. |
default_services_label | string optional. The default partition label for services of this group. Only available if custom_partitions feature flag is set. Do not use this attribute as it may break in the future. |
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.
boolean, Whether or not members of this group must sign the EULA.
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. Only available if custom_partitions feature flag is set. Do not use this attribute as it may break in the future.
string, The default partition label for notebooks of this group. Only available if custom_partitions feature flag is set. Do not use this attribute as it may break in the future.
string, The default partition label for services of this group. Only available if custom_partitions feature flag is set. Do not use this attribute as it may break in the future.
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.