RoleAssignments
Acquires Web RoleAssignments.
Table Specific Information
Select
SELECT * FROM RoleAssignments WHERE List = 'TestApp' SELECT * FROM RoleAssignments WHERE PrincipalId = 5 AND list = 'MyListName' AND ItemId = '3'
Columns
| Name | Type | References | Description |
| ID [KEY] | String | The Id of the role assigned. | |
| PrincipalId | Int | The Principal ID for role assigned. | |
| Updated | Datetime | The updated date for role assigned. | |
| List | String |
Lists.Title | The display name of the list to retrieve role assigned from. |
| ItemId | Int | List item id for role assignments. |