Group_Members TableThis table contains all the group memberships within CAM: which users belong to which group. Query the table by: select * from group_members limit 100 ^Use the groups Query type Column | Description |
---|
id | Displays the id of the entry in the group_members table in CAM | groupid | Displays the id of the group | userid | Displays the id of the user | extgroupid | Contains the id of the external system group | extuserid | Contains the id of the external system user | extcontainerid | Contains the id of the external system container | extcontainername | Contains the name of the external system container. | Metadata | Displays in JSON format any metadata applied to the group membership. Comma separated. | CreatedDate | Date the group membership was created | EditedDate | Date the group membership was last edited | CreatedbyUserid | User id of the person who created the group membership | CreatedByUser | The user who created the group membership | LastChangeUserid | The userid of the person who last edited the group membership | LastChangeUser | The user who last edited the group membership | camCreatedDate | If created in CAM, the created date | camCreatedBy | If created in CAM, the user who created | camEditedDate | If edited in CAM, the date edited | camEditedBy | If edited in CAM, the user who edited | extSystemId | The external system id | subscriberid | The tenant subscriber id |
|