UserProvisioning
Retrieves details about users in the account, along with their permissions.
Columns
| Name | Type | References | Filterable | Description |
| Id [KEY] | Long | True | The user's unique ID. | |
| FirstName | String | False | The user's firstname. | |
| LastName | String | False | The user's lastname. | |
| String | True | The user's email. | ||
| RoleId | Long |
Roles.Id | False | The user's role. |
| PrimaryTeamId | Long |
Teams.Id | False | The user's primary team. |
| SecondaryTeamIds | String | False | Comma-separated list of user IDs representing secondary team members. | |
| IsSuperAdmin | Boolean | False | Boolean indicating if the user is a super admin. |