Skip to main content

Questions tagged [role-assignment]

The role assignment is the relationship among the role definition, the users and groups, and the scope (for example, one user may be a reader on list one, while another user is a reader on list two).

0 votes
1 answer
133 views

I'm sure I'm asking the question wrong, but I've been all over the net on this one. Hoping someone here can help. I'm building an editor SPA. Documents get uploaded, MS Flow takes over and ...
quest4truth's user avatar
1 vote
0 answers
61 views

I am a Site admin an the SC (so I have FullControl / EnumeratePermissions). For my application I use this API call on every Item with UniquePermissions: ${siteUrl}/_api/web/lists/getByTitle('${List}')/...
Kaius's user avatar
  • 11
0 votes
1 answer
198 views

I have the role definitions like this: https://YOUR_TENANT.sharepoint.com/sites/YOUR_SITE/_api/web/roledefinitions So this will return something like: {_ObjectType_=SP.RoleDefinition, _ObjectIdentity_=...
Nicholas DiPiazza's user avatar
0 votes
1 answer
624 views

For sharepoint, we are trying to get files within a given list id along with its roleAssignments information. For this, we are using REST API /Lists(guid'list_ID')/items?$expand=File&$select=*,...
Nidhi Teli's user avatar
0 votes
1 answer
501 views

I am using rest API role assignment for SharePoint Online with Oauth2.0 to fetch advanced permissions. But, I cannot give Full Control Scope to my Application. Is there any other way where I can get ...
Sayali A. Rathi's user avatar
0 votes
1 answer
95 views

I am now inheriting the permissions as I only have two groups which is group1 which has full control already and the other group is domain group which is everybody in the org so I removed that group ...
kart's user avatar
  • 353
2 votes
2 answers
2k views

I've been trying to switch between SharePoint REST API and Graph API and I can't find an equivalent of breakroleinheritance() _api/web/GetFileByServerRelativeUrl('/sites/sitename/Shared%20Documents/...
naugtur's user avatar
  • 121
0 votes
0 answers
98 views

After granting View/Add/Edit/Open/Delete ListItems to group on a list, the users of the group still get Access Denied when trying to access the list. Here's the code I used to grant permissions: ...
Bellatrix's user avatar
2 votes
0 answers
166 views

After assigning permissions to a group on a Sharepoint list, the users of the group trying to access said list get the Microsoft.SharePoint.Client.ServerException: "The list « listTitleExample» does ...
Bellatrix's user avatar
1 vote
1 answer
124 views

I am having a strange situation where I am not able to view a site collection as a site collection administrator. The catch is that I created the site collection admin through CSOM. Steps to ...
Nicholas DiPiazza's user avatar
0 votes
1 answer
3k views

I have made a very simple CSOM program where I have fetched a List Item and I have verified that it has listItem.HasUniqueRoleAssignments = true So with that being the case, I want to get the List ...
Nicholas DiPiazza's user avatar
0 votes
1 answer
640 views

Hello everybody I am quite new to the Sharepoint, I am trying to get all the AD groups who have permissions on a sitecollection. I am able to get all the SPgroups and users using the code below in my ...
Meerza Khizar Bayeg's user avatar
2 votes
1 answer
297 views

I have a list with a multi select (user and group) field. I want to grab the values from there and then pass them to the add permissions method. I grab the values but they come out like this 12;#...
omega's user avatar
  • 2,170
1 vote
0 answers
487 views

I am trying to add role assignments to SharePoint Online to a folder on a personal sub site. I looked up all the users against the parent site and I have a guid of 282. When I try and assign a new ...
GavinF's user avatar
  • 111
0 votes
1 answer
816 views

I wrote the following code to break list item permission. Code works fine other than a small issue. var user; function breakItemPermission(itemID) { //Get the current context var context = ...
Sivakumar Piratheeban's user avatar

15 30 50 per page