Services Web Services Application Programming Interface Guide, Early Access Version 1.5 Owner manual

User Sync API 45
User Sync API test Operation
Enumerated Types
for AddStatus,
ModifyStatus, and
DeleteStatus
With an operation’s response, a status is given for each component’s request.
These enumerated string values are used by the AddUsers, ModifyUsers,
DeleteUsers operations. The enumerated strings are:
Success -- The operation was successful.
AlreadyExists -- The element already exists. This could be a user or alias
address, an attribute’s name value, or a sender list address.
PermissionDenied -- The administrator’s authorization record does not
have the right read/modify privilege setting. For authorization record
information, see “Authorization” on page 43.
DoesNotExist -- The organization or user are not registered in the service.
This is used only by ModifyStatus and DeleteStatus.
InvalidValue -- The address is not a valid email address.
An address must already exist before a request is called. Use the “User
Sync API GetUsers Operation” on page 47 for a primary user address, an
alias address, and the sender lists addresses.
Unknown Error -- The nature of the error is not known. If this occurs during
the Early Access program, contact the Early Access Program’s support,
postinicustomercare@google.com to open a case via email. In some
instances, this error is retrieved with a message intended to be used for
debugging purposes.
WSDL
WSDL: https://api-s<your system>.postini.com/dl/api/usersync.wsdl
PSTN_URI: http://postini.com/PSTN/SOAPAPI/v2/usersync
PSTN_PROXY: https://api-<your system>.postini.com/api2/usersync
To locate your system, see “Finding Your System” on page 11
See Also
“AutomatedBatch Reference Basics” on page 36
Operation
test
Request: test ( <true | false> )
Response: testResponse with confirmation_message