Users
Query users.
View-Specific Information
SELECT Examples
SELECT * FROM [Information].[Users]
Columns
| Name | Type | Description |
| Id [KEY] | String | The user ID. |
| Active | Bool | Indicates if the user is active or deactivated. |
| UserName | String | The username of the user. |
| GivenName | String | The given name of the user. |
| FamilyName | String | The family name of the user. |
| CreatedAt | Timestamp | The datetime when the user was created. |
| Groups | String | The JSON list of groups the user is part of. |