Office365 Group

Group

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<Configurator xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.mavention.com/Graph/Make">
  <Providers>
    <Provider NodeName="Graph" Class="Mavention.Make.Engine.Providers.GraphProvider" Assembly="Mavention.Make.Engine"/>
  </Providers>
  <Graph>
    <Groups>
      <Group DisplayName="{title}" Description="{description}" MailNickname="{mailNickName}" Visibility="Private">
        <Owners UserPrincipalNames="{owner}"/>
        <Members UserPrincipalNames="{owner};{member}"/>
      </Group>
    </Groups>
  </Graph>
</Configurator>
What's on this Page