Skip to main content

app.user_group_members

Business Definition Reference

For membership roles and collaborative settings associated with user groups, refer to the Groups Business Definition.

The app.user_group_members table is an association (join) table representing a many-to-many relationship between system Users and User Groups.


Schema Field Definition

Field NameTypeDescription
user_idUUID (Composite Primary Key, Foreign Key)References the member user's app.users.id.
group_idUUID (Composite Primary Key, Foreign Key)References the group's app.user_groups.id.
role_in_groupVARCHAR(50) (Optional)User role within the team (e.g. Lead, Member).
joined_atTIMESTAMPTimestamp when the user joined the group.
updated_atTIMESTAMPTimestamp of the last membership change.
updated_byUUID (Foreign Key)References the app.users.id who modified this membership.

Relationships Model

This join model permits users to belong to multiple group workspaces, inheriting the collective dataset and report accesses defined for those environments.