UserGroups
Gets information of Groups that a User belongs to.
Select
The UserCode column is required in the WHERE clause. The driver will use the Kintone APIs to filter the results by this column. By default, the driver will process other filters client-side within the driver.
For example, the following queries are processed server side:
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
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| UserCode | String | The log in name of the User. |