56
Chapter 4: Action Reference
</principal>
</results>
When the
type
attribute of the
principal
element is
user
, additional data about the user
contact information, user profile, and custom fields for the user is returned, as shown in the
following XML data:
<results>
<status code="ok" />
<contact contact-id="654">
<email>[email protected]</email>
<first-name>test4</first-name>
<last-name>laxmi</last-name>
</contact>
<preferences acl-id="653" lang="en" time-zone-id="4" />
<principal account-id="7" has-children="false" is-primary="false"
principal-id="653" type="user">
<login>[email protected]</login>
<name>test4 laxmi</name>
</principal>
<principal-custom-field-values>
<field field-id="652" custom-seq="1" account-id="7" type="optional"
principal-id="653">
<name>Phone number</name>
<value>408-1111-111</value>
</field>
</principal-custom-field-values>
</results>
See also
principal-list
,
principal-update
principal-list
Description
Provides a complete list of users and groups, including primary groups.
Parameters
accesskey
The access key for your account.
Note:
The
accesskey
parameter is required only in Breeze 4.0; it is not required for Breeze 4.1. If you
include this parameter in Breeze 4.1, it is ignored.
Filters
The following table lists the fields that the data can be filtered and sorted on:
Field
Filter/Sort
principal-list
Filter and sort
contact-id
Filter and sort
type
Filter and sort
Summary of Contents for BREEZE-USING THE BREEZE XML WEB SERVICES
Page 1: ...Using the Breeze XML Web Services...
Page 8: ...8 Contents...
Page 12: ...12 Introduction Before You Begin...
Page 26: ...26 Chapter 2 Working with Filters...
Page 36: ...36 Chapter 3 Common Tasks...
Page 112: ...112 Chapter 4 Action Reference...
Page 186: ...186 Chapter 5 XML Results Reference...
Page 196: ...196 Index...