Element
Availability
Acrobat Connect Pro 7
Description
Updates the permissions that can be enabled for Limited Administrators.
With Limited Administrators, your organization can have finer control over administrators and what types of things they can access. Your organization can separate system administrators who control all aspects of the system from Limited Administrators, who can access and control a subset of the system.
Each Adobe Connect installation has one Limited Administrators group. Users in the Administrators group can edit the permissions of Limited Administrators.
Request URL
http://server_name/api/xml ?action=limited-administrator-permissions-update &view-disk-usage-and-reports=boolean &reset-password=boolean &view-user-data=boolean &add-users-groups-webui=boolean &add-users-groups-csv=boolean &user-profile-fields=boolean &change-login-pw-policy=boolean &delete-users-groups=boolean &modify-current-users-groups=boolean &customization=boolean &edit-account-info=boolean &set-content-meeting-permissions=boolean &compliance=boolean &chargebacks=boolean &view-training-reports=boolean &reset-to-default=value
Parameters
When you use this command, pass at least one parameter. The descriptions that follow indicate if the permission is set to true by default.
Name |
Type |
Required |
Description |
---|---|---|---|
view-disk-usage-and-reports |
Boolean |
N |
A value of true allows limited administrators to view disk usage and reports. The default value is true. |
reset-password |
Boolean |
N |
A value of true allows limited administrators to reset the password of a user. Part of the view-user-data set. The default value is true. |
view-user-data |
Boolean |
N |
Superset; a value of true allows limited administrators to view user data. By setting this parameter to enable, you enable all parameters in this set. (See all parameters that are part of the view-user-data set.) The default value is true. |
add-users-groups-webui |
Boolean |
N |
A value of true allows limited administrators to add users and groups by using the management console. Part of the view-user-data set. The default value is true. |
add-users-groups-csv |
Boolean |
N |
A value of true allows limited administrators to add users or groups by importing a CSV file. Part of the view-user-data set |
user-profile-fields |
Boolean |
N |
A value of true allows limited administrators to modify user profile fields. |
change-login-pw-policy |
Boolean |
N |
A value of true allows limited administrators to change the login and password policies. |
delete-users-groups |
Boolean |
N |
A value of true allows limited administrators to delete users or groups. Part of the view-user-data set |
modify-current-users-groups |
Boolean |
N |
A value of true allows limited administrators to modify currents users and groups. Part of the view-user-data set. The default value is true. |
customization |
Boolean |
N |
A value of true allows limited administrators to customize the colors of the account web pages, meetings, and the login page. |
edit-account-info |
Boolean |
N |
A value of true allows limited administrators to edit account information. |
set-content-meeting-permissions |
Boolean |
N |
A value of true allows limited administrators to set the permissions for content or meetings. The default value is true. |
compliance |
Boolean |
N |
A value of true allows limited administrators to change compliance settings (settings for enabling pods, sharing, and recording, and for training settings). |
chargebacks |
Boolean |
N |
A value of true allows limited administrators to access the cost-center settings for this account. |
view-training-reports |
Boolean |
N |
A value of true allows limited administrators to view training reports. |
reset-to-default |
Boolean |
N |
A value of true resets all permissions to the default permissions set by Adobe. |
Filters
Results cannot be filtered or sorted.
Response structure
<?xml version="1.0" encoding="utf-8" ?> <results> <status code=allowedValue /> </results>
Response values
|
Attribute |
Type |
Description |
results |
|
Container |
All results the action returns. |
status |
|
Empty, with attributes |
The status of the response. |
|
code |
Allowed value |
A code indicating the response status (see status). |
Sample request
The example shows
https://admin.ibreeze.macromedia.com/api/xml?action=limited-administrator-permissions-update &session=breezghd9nxdhh768vpob &view-user-data=true &view-user-data=false &reset-password=true &reset-password=false &modify-current-users-groups=true &modify-current-users-groups=false &add-users-groups-webui=true &add-users-groups-webui=false &add-users-groups-csv=false &delete-users-groups=false &user-profile-fields=true &user-profile-fields=false &change-login-pw-policy=true &change-login-pw-policy=false &chargebacks=false &edit-account-info=true &edit-account-info=false "a-threshold-notifications=false &customization=false &view-disk-usage-and-reports=false &view-system-usage-reports=false &compliance=false &set-content-meeting-permissions=true &set-content-meeting-permissions=false
Sample response
<?xml version="1.0" encoding="utf-8"?> <results><status code="ok"/> </results>