UserRoles
Query the roles that can be assigned to a user.
SELECT
Note: Filters provided with one of the supported operators listed in the "Operators" column can be processed server-side, all the other filters are processed client-side.
SELECT * FROM UserRoles;
Columns
Name | Type | Operators | Description |
Id [KEY] | Int64 | User role ID. | |
Type | String | The type of the role. Will be 'interviewer' or 'job_admin'. | |
Name | String | The name of the role. |