Group_Members Table (Platform Only)

The Group_Members table links individual users to specific groups in the system. It is a many-to-many relationship bridge between the user and group entities, allowing users to inherit  the authorities assigned to their groups.

The following table describes each field in the Group_Members table:

Column Name Data Type Required Description
id integer Yes A unique identifier for the record.
username varchar Yes The name of a user for group assignment.
group_id integer Yes The id of the group for user assignment.