Skip to main content
Nintex Community Menu Bar

Web Service to Create SharePoint Group in Office 365

  • February 15, 2022
  • 0 replies
  • 38 views
  • Translate

KB_Admin
Nintex Employee
Forum|alt.badge.img+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>

 

Did this topic help you find an answer to your question?

0 replies

Be the first to reply!

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings