Groups (users) v1

Description

This page simply lists all the users in every group.

The page is ordered by group, and then by user name, with each row listing one user in the given group.

Obviously, if you sort the table by user name, you then have the list of groups that user is a member of.

Columns

Name Type
group_id int4
group varchar
user_id int4
user varchar

Column Descriptions

group_id

The group ID. This column is emitted in CSV exports only.

Group IDs are unique across all databases.

group

The group name.

user_id

The user ID. This column is emitted in CSV exports only.

user

The user name.