beautypg.com

Google Apps Security and Compliance Services Web Services Application Programming Interface Guide, Early Access Version 1.5 User Manual

Page 52

background image

50

Message Security and Compliance Application Programming Interface Guide RELEASE EA version 1.5

Responses

Returns GetUsersResponse composed of an unlimited list of User elements.

User Element Type: UserRecord

If a requested user does not exist, the response to this requested user is an
empty UserRecord. Responses are returned in the same order as the requests.

A UserRecord element is composed of:

Address -- Primary user address and is required. See AddressList below.

Type: string

Org -- Current user Message Securityservice organization and is required

Type: string

Aliases -- If requested, a list of user alias addresses

Type: AddressList. This AddressList has an unlimited number of alias
Address elements.

Attributes -- If requested, a list of User API Attribute name-value pairs. For
more information about User API Attributes, see the UserSync “Summary”
on page 42
.

Type: AttributeList. An AttributeList has an unlimited number of Attribute
elements. The Attribute element is of type UserAttribute. For more
information about UserAttribute, see the UserSync “Summary” on page 42.

ApprovedSenderAddresses -- If requested, a list of approved sender
addresses

Type: AddressList. This AddressList has an unlimited number of approved
sender Address elements.

BlockedSenderAddresses -- If requested, a list of blocked sender
addresses

Type: Address List. This AddressList has an unlimited number of blocked
sender Address elements.