Memberships
Query information about your account's memberships.
Table Specific Information
Select
Retrieve all group memberships in your account
SELECT * FROM Memberships
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | The unique identifier of the membership. | |
| GroupId | Integer | The group identifier of this membership. | |
| UserId | Integer | The user identifier of this membership. | |
| CreatedAt | Datetime | The date and time when the user was added to the group. | |
| UpdatedAt | Datetime | The date and time when the membership was last updated. |