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/users/{userID}
/ca/rest/admin/users/{userID}
Method: GET
GET
Authentication: Client certificate
Parameters:
userID: string
userID
Content: none
curl -k -H "Accept: application/json" --user caadmin:Secret.123 -s https://localhost.localdomain:8443/ca/rest/admin/users/caadmin | python -m json.tool { "id": "caadmin", "UserID": "caadmin", "FullName": "caadmin", "Email": "caadmin@example.com", "Type": "adminType", "State": "1", "Link": { "rel": "self", "href": "https://localhost.localdomain:8443/ca/rest/admin/users/caadmin", "type": "application/xml" }, "Attributes": { "Attribute": [] } }
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide