User_Groups TableThis table contains all the user group information within CAM. Query the table by: select * from user_groups limit 100 ^Use the groups Query type Column | Description |
---|
id | Displays the row number of the entry in the user_group table | userId | Displays the user id associated to the user name. This is auto-generated by CAM. | userSystemId | Displays the user name | groupId | Displays the user id associated to the user name. This is auto-generated by CAM. | groupSystemId | Displays the group name the user is associated to. | subscriberId | Displays the tenant subscriber Id | system | Displays the external system | repositoryId | Displays the repository name | documentDbName | Displays the database name | flag | | created_on | Displays the date the user was added to the group | created_by | | modified_on | Displays the last update date | modified_by | N/A | metadata | N/A | sourceId | Displays the database name | repositoryName | Displays the repository name |
|