UsersTeams
Returns data about all teams which have specified user as a member
Columns
| Name | Type | Description |
| Id [KEY] | Integer | ID of the team. |
| ActiveFlag | Integer | Flag that indicates if the Team is activated.
The allowed values are 0, 1. |
| AddTime | Datetime | AddTime. |
| CreatedByUserId | Integer | CreatedByUserId. |
| DeletedFlag | Integer | Flag that indicates if the Team is deleted.
The allowed values are 0, 1. |
| Description | String | The Team description. |
| ManagerId | Integer | The Team manager ID. |
| Name | String | The Team name. |
| Users | String | List of User IDs. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| SkipUsers | String | When enabled, the teams will not include IDs of member users.
The allowed values are 0, 1. The default value is 1. |