Users
Returns users belonging to the account.
Table-Specific Information
Select
Returns all users associated with your account.
SELECT * FROM Users;
SELECT Id, Email, FirstName, LastName FROM Users;
Columns
| Name | Type | Description |
| Id [KEY] | String | The ID of the user. |
| AccountId | String | The ID of the Account. |
| String | The email for the user. | |
| FirstName | String | The first name of the user. |
| LastName | String | The last name of the user. |
| Locale | String | The preferred locale of the user. |