Users
Return information about your account's active users.
Table Specific Information
Select
Retrieve all users of your account
SELECT * FROM Users
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | The unique identifier of the user. | |
| Name | String | The name of the user. | |
| EmailAddress | String | The email address of the user. | |
| Admin | Boolean | Whether the user has admin privileges | |
| CreatedAt | Datetime | The date and time when the user was created. | |
| UpdatedAt | Datetime | The date and time when the user was last updated. |