Service: zimbraAccount
Namespace: "urn:zimbraAccount"
GetIdentities SOAP Command

Get the identities for the authed account.

Authorization token required true
Admin Authorization token required false

GetIdentitiesRequest

    <GetIdentitiesRequest /> ## GetIdentitiesRequest

GetIdentitiesResponse

    <GetIdentitiesResponse> ## GetIdentitiesResponse
        (<identity [name="{identity-name}"] [id="{identity-id}"]> ## Identity
            (<a name="{attr-name}" [pd="{attr-perm-denied} (0|1)"]>{value}</a> ## Attr)*
          </identity>)*
    </GetIdentitiesResponse>

The following table describes elements and attributes you can define within a <GetIdentitiesResponse> element:

XPath Required / Optional Description
/identity Optional (0 or more) Identities
/identity@name Optional (0 or 1) Type:String
Identity name
/identity@id Optional (0 or 1) Type:String
Identity ID
/identity/a Optional (0 or more) Type:{value}
Attributes
Description for element text content:Value of attribute
/identity/a@name Required (only 1) Type:String
Name of attribute
/identity/a@pd Optional (0 or 1) Type:0|1
Flags whether permission has been denied (optional).
If 1 (true), flags that the real value of this attribute has not been provided.
The value is set to ""