There was an error while loading. Please reload this page.
Path: /ca/rest/admin/groups/{groupID}/members/[memberID}
/ca/rest/admin/groups/{groupID}/members/[memberID}
Method: GET
GET
Authentication: Client certificate
Parameters:
groupID: string
groupID
memberID: string
memberID
Content: None
GroupService.getGroupMember()
curl \ -k \ -s \ -H "Accept: application/json" \ --user caadmin:Secret.123 \ https://localhost.localdomain:8443/ca/rest/admin/groups/Enterprise%20RA%20Administrators/members/caadmin | python -m json.tool { "id": "caadmin", "GroupID": "Enterprise RA Administrators", "Link": { "rel": "self", "href": "https://localhost.localdomain:8443/ca/rest/admin/groups/Enterprise+RA+Administrators/members/caadmin", "type": "application/xml" } }
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide