UserPermissions
Query the job permissions of a given 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 UserPermissions WHERE UserId = 4034588007;
Columns
Name | Type | Operators | Description |
Id [KEY] | Int64 | Job permission ID. | |
UserId [KEY] | Int64 | = | The ID of the user whose job permissions to retrieve. |
JobId | Int64 | The ID of the job the user has permission for. | |
UserRoleId | Int64 | The ID of the user role the user has for the job. |