Account2 Complex Type

The Account2 type contains information about an account.

Syntax

<Account2>
  <URI />
  <Name />
  <Identities>
    <!-- Array of -->  <Identity2 />
  </Identities>
  <Contacts />
  <Messages />
  <AdditionalServices>
     <!-- Array of -->  <Service />
  </AdditionalServices>
</Account2>

Complex Type Elements

Element Data type Description

URI

xs:anyURI

The Groove account URL (omitting the initial grooveAccount://).

Name

xs:string

Groove account name.

Identities

Array of Identity2

Groove identities belonging to the account.

Contacts

xs:anyURI

URI that provides access to the GrooveContacts Web Service for this identity.

Messages

xs:anyURI

URI that provides access to the GrooveMessages Web Service for this account.

AdditionalServices

Array of Service

Reserved for future use.

See Also

Reference

GrooveAccounts Web Service
GrooveAccounts.Read2 Operation