Platform SDK: Team Productivity Update |
The Team Productivity Update passes a list of roles to the Instantiation URL using XML. All account names must be fully qualified Windows NT account names; they must include the domain name as well as the user name. The Team Productivity Update does not differentiate between single user accounts and group accounts. The application itself must handle any differentiation it requires.
The following XML code sample represents a populated role list passed to the Instantiation 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>