User Manual

08.14.2024

MANUAL

Developer Function: Server Script: groups

## Overview This object operates on the "group object" that can be used in "「Server Script」". ## Method |No|Name|Description| |:---|:---|:---| |1|Get|Get group information for the specified group ID. | |2|Update|Update the specified group. | ## Usage Example The following example outputs the group name of group ID 1 to the log. ##### JavaScript ``` let group = groups.Get(1); if (group) { context.Log(group.GroupName); } ``` ## Related Information <div id="ManualList"><ul><li><a href="/en/manual/server-script-groups-update">Developer Function: Server Script: groups.Update</a><span>10.04.2024 up</span></li></ul></article></div><input id="SearchTextHidden" type="hidden" value="" />
code VS Codeで開発作業をもっとスマートに

スクリプト開発の効率を高めたい方に、Code Assistをご用意しています。

Code Assistの詳細はこちら →
account_tree 複雑な構成も、すっきり視覚化

サイト構成やデータのつながりを可視化し、把握しやすくします。

Site Visualizerの詳細はこちら →
TOP