API Guide

Table Of Contents
/api/ManagementDomainService/Actions/
ManagementDomainService.ApproveJoin
POST method for ManagementDomainService.ApproveJoin
If the group is created with manual onboarding policy, this method enables the lead domain administrator to approve or reject
pending requests that are made for joining a MCM domain group.
Description Approves or rejects pending requests for joining a MCM domain group.
Privilege APPLIANCE_SETUP
HTTP response
codes
200
Example
Approving or rejecting one pending request
Input:
[
{
"Id": 15964,
"Approval":true
}
]
Output:
{
"Status": "SUCCESS"
}
Approving or rejecting multiple pending requests
Input:
[
{
"Id": 36197,
"Approval": true
},
{
"Id": 36198,
"Approval": false
}
]
Output:
{
"Status": "SUCCESS"
}
Table 134. Attributes
Attribute name Description
Id ID of the pending domain that requested to join the group.
Approval Indicates if the request is approved or rejected. Possible
values:
true: Approved
false: Rejected
Status Status of the operation.
304 APIs specific to OpenManage Enterprise - Modular Edition