We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Path: /ca/rest/admin/groups/{groupID}
/ca/rest/admin/groups/{groupID}
Method: GET
GET
Authentication: Client certificate
Parameters:
groupID: string
groupID
Content: None
GroupService.getGroup()
curl \ -k \ -s \ -H "Accept: application/json" \ --user caadmin:Secret.123 \ https://localhost.localdomain:8443/ca/rest/admin/groups/Enterprise%20TPS%20Administrators | python -m json.tool { "id": "Enterprise TPS Administrators", "GroupID": "Enterprise TPS Administrators", "Description": "People who are the administrators for the security domain for TPS", "Link": { "rel": "self", "href": "https://localhost.localdomain:8443/ca/rest/admin/groups/Enterprise+TPS+Administrators", "type": "application/xml" } }
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide