Users
Return information about your account's active users.
テーブル固有の情報
Select
アカウントのすべてのユーザーを取得します。
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. |