Platform SDK: Team Productivity Update |
The following XML code is used to pass the names of Team Workspace owners and members to the Team Productivity Update during an application instantiation that invokes a Configure URL.
<Roles> <Owners> <name> ntaccountname </name> <accounts> <account> <name> ntaccountname1 </name> </account> <account> <name> ntaccountname2 </name> </account> <account> <name> ntaccountname3 </name> </account> </accounts> </Owners> <Members> <name> ntaccountname </name> <accounts> <account> <name> ntaccountname4 </name> </account> <account> <name> ntaccountname5 </name> </account> <account> <name> ntaccountname6 </name> </account> </accounts> </Members> </Roles>
All ntaccountnames must be fully qualified account names; this means they are listed in the format mydomain/username. The Team Productivity Update does not differentiate between single user accounts and group accounts.