Definition:
<!ENTITY % cm.userAttribute-create " (name | type)* "> <!ELEMENT userAttribute-create %cm.userAttribute-create;>
Aufgabe: userAttribute-create erzeugt ein neues Benutzerfeld mit den angegebenen Parameterwerten.
Rückgabewert bei Erfolg: der Name des Benutzerfeldes.
Erforderliche Rechte: Der authentifizierte Benutzer muss das Recht permissionGlobalUserAttributeEdit haben.
Beispiel:
<cm-request...>
<userAttribute-create>
<name>address</name>
<type>string</type>
</userAttribute-create>
</cm-request>
<cm-response...>
<cm-code numeric="0" phrase="ok">
<userAttribute>
<name>address</name>
</userAttribute>
</cm-code>
</cm-response>