Using Connect Enterprise Web Services |
|||
| Basics > Update users | |||
Once you create users, you often need to update their information. You can update standard fields that Connect Enterprise defines for users by calling principal-update with the user's principal-id. The standard fields include email, login, first-name, and last-name.
If you have defined custom fields for the principal, use acl-field-update to update them.
You need Administrator privilege to update users, so your application must first log in as a user in the admins group. You cannot log in as the user and then have the user update his or her own profile.
rincipal-id (see "Find a principal-id").
https://example.com/api/xml?action=principal-update
&principal-id=2006282569&email=jazzdoe@newcompany.com
custom-fields to get the field-id of the custom field:https://example.com/api/xml?action=custom-fields
principal-id, sco-id, or account-id you want to update. This value is the acl-id you pass to acl-field-update.
acl-field-update to update the value of the custom field:https://example.com/api/xml?action=acl-field-update
&field-id=x-2007396975&acl-id=2006258745&value=44444
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/breeze/6/xml_api/03_perm5.htm