Power Permission

Get

get

Retrieve the Power Permissions of an Admin Account by ID.

Path parameters
adminIdinteger · int32Required

Admin Account ID

Responses
chevron-right
200

Success

application/json; api-version=1.0
get
/api/AdminAccount/{adminId}/PowerPermission

Update

put

Update a Power Permission of an Admin Account.

Path parameters
adminIdinteger · int32Required

Admin Account ID

Body

Update RAS power administrator permissions

allowSiteChangesboolean · nullableOptional

Enable or disable the "Allow Site changes" option.

allowPublishingChangesboolean · nullableOptional

Enable or disable the "Allow Publishing changes" option.

allowConnectionChangesboolean · nullableOptional

Enable or disable the "Allow Connection changes" option.

allowViewingReportingInfoboolean · nullableOptional

Enable or disable the "Allow viewing of RAS Reporting" option.

allowViewingLicenseInfoboolean · nullableOptional

Enable or disable the "Allow viewing of License Information" option.

allowViewingSiteInfoboolean · nullableOptional

Enable or disable the "Allow viewing of Site Information" option.

allowViewingPolicyInfoboolean · nullableOptional

Enable or disable the "Allow viewing of Policy Information" option.

allowSessionManagementboolean · nullableOptional

Enable or disable the "Allow Session Management" option.

allowDeviceManagementChangesboolean · nullableOptional

Enable or disable the "Allow Device Management changes" option.

allowPolicyChangesboolean · nullableOptional

Enable or disable the "Allow Policy changes" option.

allowAllSitesboolean · nullableOptional

Enable or disable the "All Sites" option. If enabled, the administrator can manage all sites in the farm. Otherwise, sites can be specified individually.

allowInSiteIdsinteger · int32[] · nullableOptional

A list of site ids (an integer array) which the administrator should be allowed to manage.

Responses
put
/api/AdminAccount/{adminId}/PowerPermission

No content

Last updated

Was this helpful?