Service: zimbraAccount

Command: CreateIdentity
Namespace: urn:zimbraAccount
Description: Create an Identity

Allowed attributes (see objectclass zimbraIdentity in carbonio.schema):

Properties:
Authorization token required true
Admin Authorization token required false

CreateIdentityRequest

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

elements and attributes you can define within a <CreateIdentityRequest> element:

XPath Required / Optional Description
/identity Required (only 1) Details of the new identity to create
/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 ""

CreateIdentityResponse

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

elements and attributes you can define within a <CreateIdentityResponse> element:

XPath Required / Optional Description
/identity Required (only 1) Information about created identity
/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 ""