Share via


Account Complex Type

The Account type is a deprecated type that contains limited information about an account.

Syntax

<Account>
  <URI />
  <Name />
  <Identities>
     <!-- Array of -->  <Identity />
  </Identities>
</Account>
Element Data type Description

URI

xs:anyURI

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

Name

xs:string

Account name

Identities

Array of Identity

Groove identities belonging to the account.

See Also

Reference

GrooveAccounts Web Service
GrooveAccounts.Read Operation