Web Service to Create SharePoint Group in Office 365

  • 15 February 2022
  • 0 replies
  • 30 views

Badge +8

Topic

How to create a SharePoint Online Group using Web Service in Nintex Workflow for Office 365. 

 

Instructions

  1. Open a Nintex Workflow for Office 365 Designer.
  2. Drag and drop the Web Request action.
  3. Configure the action as below
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <AddGroup xmlns="http://schemas.microsoft.com/sharepoint/soap/directory/">
      <groupName>string</groupName>
      <ownerIdentifier>string</ownerIdentifier>
      <ownerType>string</ownerType>
      <defaultUserLoginName>string</defaultUserLoginName>
      <description>string</description>
    </AddGroup>
  </soap:Body>
</soap:Envelope>

 


0 replies

Be the first to reply!

Reply