UserGroups
Gets information of Groups that a User belongs to.
Select
WHERE 句では、UserCode カラムが必須です。本製品 はKintone API を使用してこのカラムによる結果をフィルタリングします。デフォルトでは、本製品 はクライアント側で本製品 内で他のフィルタを処理します。
例えば、次のクエリはサーバー側で処理されます。
SELECT * FROM UserGroups where UserCode = 'loginname';
Columns
| Name | Type | References | Description |
| GroupId [KEY] | Long | The ID of the Group. | |
| GroupCode | String | The code of the Group. | |
| GroupName | String | The display name of the Group. | |
| GroupDescription | String | The description of the Group. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description | |
| UserCode | String | The log in name of the User. |