Share via


GrooveAccounts.Read2 Operation

The Read2 operation lists all accounts available on the device and provides information about each account.

HTTP Post URL

The HTTP Post URL targets the service. This is a top-level HTTP Post URL that you supply directly; it is not returned as a value by another operation.

Input Message Header

GrooveRequestHeader specifies information common to all Groove Web Services, including the Groove Request key. It is not necessary to specify a Groove Identity URL in the header when calling this operation.

Input Message Parameters

None.

Output Message Header

GrooveResponseHeader specifies the response key.

Return Value

<Read2Result>
  <!-- Array of --> <Account2 />
</Read2Result>
Element Data type Description

Read2Result

Array of Account2

Groove accounts on the system.

Remarks

Your application can call this operation once the Groove process is running. It is not necessary for the Groove user to login before calling this operation. Note that if your application calls any Groove Web Services operation other than GrooveAccounts.Read2 or GrooveAccounts.Read, the user must be logged in for the operation to succeed. If your application calls one of these operations when the user is not logged in and the user has set Groove to remember the password, then Groove automatically logs in the user. Otherwise, the operation will fail and will return a SOAP exception.

See Also

Reference

GrooveAccounts Web Service
Account2 Complex Type
Identity2 Complex Type
Service Complex Type

Concepts

Accessing Accounts and Identities