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