There was an error while loading. Please reload this page.
Path: /ca/rest/admin/groups
/ca/rest/admin/groups
Method: POST
POST
Authentication: client certificate
curl -k -X POST -H "Content-Type:application/json" -H "Accept: application/json" -d '{"id": "foo-group","GroupID": "foo-group","Description": "foo people","Link": {"rel": "self","href": "https://localhost.localdomain:8443/ca/rest/admin/groups/foo-group","type": "application/xml"}}' --user caadmin:Secret.123 -s https://localhost.localdomain:8443/ca/rest/admin/groups/ | python -m json.tool { "id": "foo-group", "GroupID": "foo-group", "Description": "foo people", "Link": { "rel": "self", "href": "https://localhost.localdomain:8443/ca/rest/admin/groups/foo-group", "type": "application/xml" } }
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide