admin_user
Add or Modify a single User in the Content Delivery application.
Description
This function returns the HTML page for adding or modifying a single user in the Content Delivery application.
Parameters
- action
- admin_user
- user
- User name.
- skin
- The skin name from which to load the UI resource (HTML, CSS, image, JavaScript).
- mode
- Mode ('edit' or 'add').
Example URL
http://<host>:<port>/<context>/web/user.xql?action=admin_user&user=<value>&skin=<value>&mode=<value>
Successful Result
HTML page for adding or modifying a single user.
Failed Result
Accessing this API feature requires the "Manage application" permission, and the function will throw a permission exception if the permission is not available. If SSO is active, this also returns an error.