User Manual

08.14.2024

MANUAL

Developer Feature: Server Script: group.ContainsUser

## Overview Determine whether the "group object" specified in the "「Server Script」" contains the "「User」" or the "「Dept」" to which the "「User」" belongs. ## Syntax ``` group.ContainsUser(userId) ``` ## Return Value If the specified "「User」" is included, true is returned. If not, false is returned. If the "「Dept」" to which the specified "「User」" belongs is included, true is returned. ## Usage Example The following example checks whether the "「Group」" with group ID 1 contains the logged-in user or the "「Dept」" to which the logged-in user belongs. ##### JavaScript ``` let group = groups.Get(1); if (group.ContainsUser(context.UserId)) { context.Log('contains'); } else { context.Log('not contains'); } ``` ## 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.