Retrieve LDAP group assignments for a BAO group
Retrieves details about the LDAP groups assigned to the BMC Atrium Orchestrator groups.
This topic includes the following sections:
Request
HTTP method: GET
Request URL: https://<hostname>:<port>/baocdp/rest/groupmappings
Header: See HTTP-request-and-response-headers for header information, such as required authentication token.
Request body properties
This call does not require a request body.
Response
If successful, this method retrieves a list of the LDAP groups assigned to the specified group.
Response body properties
Property | Description |
---|---|
status | Status of the request |
message | Message associated with the request status |
Example response JSON
"baogroup":"aoadmin",
"groups":[“windowsAdmins”,“linuxAdmins"]
}
Status codes and messages
For more details about HTTP response codes, see HTTP response codes.
HTTP code | Message | Description |
---|---|---|
200 | OK | Request succeeded |
400 |
| Bad request An error occurred while uploading the resource. |
401 |
| Unauthorized |
405 |
| Method not allowed |
Related topics
HTTP-request-and-response-headers
Assign-LDAP-groups-to-a-BAO-group
Remove-LDAP-groups-from-a-BAO-group