Developer Function: Server Script: groups
## Overview
This object operates on the "group object" that can be used in "[Server Script](/en/manual/table-management-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/table-management-server-script">Table Management: Server Script</a><span>08.13.2024 up</span></li></ul></article>
<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="" />