I want to give edit permission of Office365 group to the specified item of SharePoint list by Using "Update Item Permission" of Nintex Workflow Cloud.
The Offie365 group to grant permissions is stored in the SharePoint list item "User or Group" and I want to get this account in Nintex Workflow Cloud.
However, it cannot be realized due to the following reasons.
I got the item information of the SharePoint list specified in NintexWorkflowCloud. But the information required for authorization cannot be obtained from "User or Group".
To grant permissions with "Update Item Permission" in Nintex Workflow Cloud How do you get the "User or Group" information?
Forget to use the Update Item permissions action from the SharePoint Online connector that should take an ID instead a Name.
Instead use the Call a SharePoint web service action from the SharePoint Online connector as shown below which works based on the SharePoint User or group ID :
Web Service URL =
{SiteUrl}/_api/Web/Lists/getByTitle('{List Name}')/Items({ID})/roleassignments/addroleassignment(principalid={Approver Group (ID)}, roledefid=1073741827)
Forget to use the Update Item permissions action from the SharePoint Online connector that should take an ID instead a Name.
Instead use the Call a SharePoint web service action from the SharePoint Online connector as shown below which works based on the SharePoint User or group ID :
Web Service URL =
{SiteUrl}/_api/Web/Lists/getByTitle('{List Name}')/Items({ID})/roleassignments/addroleassignment(principalid={Approver Group (ID)}, roledefid=1073741827)
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.