User Manual

08.14.2024

MANUAL

Developer Function: Server Script: users

## Overview This object operates on the "users object" that can be used in "「Server Script」". ## Method |No|Name|Description| |:---|:---|:---| |1|Get|Get the "user object". | ## Usage Example In the example below, the "user object" for user ID 1 is retrieved from the "users object" and the user's name and department ID are output to the log. ##### JavaScript ``` let user = users.Get(1); context.Log(`${user.Name},${user.DeptId}`); ``` ## 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="" />
TOP
このページをシェアする
記載された商品名、各製品名は各社の登録商標または商標です。 © Implem Inc.