UserGroups
Returns the groups associated with a user so you can understand their access rights and collaborative relationships across the system.
Select
WHERE 句では、UserCode カラムが必須です。本製品 はKintone API を使用してこのカラムによる結果をフィルタリングします。デフォルトでは、本製品 はクライアント側で本製品 内で他のフィルタを処理します。
例えば、次のクエリはサーバー側で処理されます。
SELECT * FROM UserGroups where UserCode = 'loginname';
Columns
| Name | Type | References | Description |
| GroupId [KEY] | Long | Unique identifier for the group, used to link the group to membership records and permission assignments. | |
| GroupCode | String | Internal reference code assigned to the group for classification or integration with external systems. | |
| GroupName | String | Display name of the group as it appears in user directories and access management tools. | |
| GroupDescription | Longvarchar | Text description that outlines the purpose, role, or membership characteristics of the group. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description | |
| UserCode | String | Login name associated with the user, used to identify which user belongs to the group when querying relationships. |