GET Group Authority
The Get Group Authority API is used to return the authority information for a specific group and domain or all groups and domains.
Method | URI |
---|---|
GET |
/cdwebconsole/svc/groupauthorities |
The following example shows the Command:
curl -X 'GET' \
'https://172.20.185.95:9443/cdwebconsole/svc/groupauthorities?domain=Test2&group=Test1' \
-H 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbmlzdHJhdG9yOjE3Mi4yMC4xODUuOTU6MTM2MzoxNjk1NzdhMy02Mzk1LTQ1ZDItOGI1MC03ZWEwYWM1ZTc5NjgiLCJleHAiOjE3MTUxMDE1NDd9.EFX8ZuGd_1_Z5BFu90iE31PXwRENn0PXdZ8lSS9FMqS2jLm4YPWMTKDFaSPc_R9TLuhBD-tzeONxZuGAGy1K-Q' \
-H 'Content-Type: application/json' \
-H 'X-XSRF-TOKEN: 7ebc6859-7f9b-41b3-9c56-f0c3b1945c63'
Parameter Name | Required/Optional | Description | Valid values |
---|---|---|---|
domain |
Optional |
Specify Windows domain name. Use *local for groups from the local
machine.
Note: Specify it with the
group parameter. If left empty, all group
authorities will be retrieved. |
|
group | Optional | Specifies Windows group name. Note:
Note: Specify it with the
group parameter. If left empty, all
group authorities will be retrieved. |
The following example shows the Sample Response:
[
{
"authorizedToChangeFileAttributes": "No",
"authorizedToSubmitProcess": "No",
"processSend": "No",
"authorizedToRunProcessUsingServiceAccount": "No",
"authorizedToNoPswdLocalConnections": "No",
"certificateAuthenticationClientAccess": "No",
"authorizedToUpdateNetmap": "No",
"authorizedToExternalStatsLog": "No",
"allowedToSpecifyCRC": "No",
"authorizedToUpdateFileAgentConfiguration": "No",
"authorizedToDeleteProcess": "No",
"specifyRemoteNodeUser": "No",
"authorizedToWebServices": "No",
"authorizedToStop": "No",
"authorizedToProcessLibrary": "No",
"authorizedToPerformTranslationTableCommands": "No",
"authorizedToPerformUpdateUserRecords": "No",
"authorizedToChangeProcess": "No",
"order": "1",
"group": "Test1",
"authorizedToUpdateSecurePlusConfiguration": "No",
"allowedToSpecifyCRCOverride": "No",
"authorizedToChangeExecutionPriority": "No",
"authorizedToTrace": "No",
"authorizedToPerformUpdateProxies": "No",
"authorizedToSubmitInProcess": "No",
"authorizedToSelectProcess": "No",
"userId": "",
"authorizedToCopy": "Yes",
"authorizedToSelectNetMap": "Yes",
"policyId": "",
"authorizedToRunJob": "No",
"domain": "Test2",
"authorizedToSendFiles": "No",
"authorizedToReceiveFiles": "No",
"authorizedToRefreshInitparams": "No",
"authorizedToRunTask": "No",
"authorizedToSelectMessage": "Yes",
"aclUpdate": "No",
"applicationId": "",
"authorizedToSelectStatistics": "No",
"authorizedToPswdExit": "No"
}
]