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

Modify an Identity

Authorization token required true
Admin Authorization token required false

ModifyIdentityRequest

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

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

XPath Required / Optional Description
/identity Required (only 1) Specify identity to be modified Must specify either "name" or "id" attribute
/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 ""

ModifyIdentityResponse

    <ModifyIdentityResponse /> ## ModifyIdentityResponse