Developer Function: Server Script: depts
## Overview
This is an object that performs operations related to "「Depts」" that can be used in "「Server Script」".
## Properties
There are no properties.
## Method
|No|Name|Description|
|:---|:---|:---|
|1|Get|Get the "dept object". |
## Usage Example
The following example gets information about the depts to which the logged-in user belongs.
##### JavaScript
```
let myDept = depts.Get(context.DeptId);
if (myDept) {
context.Log(`DeptName: ${myDept.DeptName}`);
}
```
## Related Information
<div id="ManualList">
<article class="s-blog_list_unit"><h2>
<h2>The specified information was not found.</h2>
<p><a href="/ja/manual">Return to top</a></p>
</article>
</div><input id="SearchTextHidden" type="hidden" value="" />