Get Ssh Public Key from Ssh Public Keys of a User
Request
GET <REST API URL>/users/{user id}/sshpublickeys/{ssh public key id}?fields=string
Parameter | Description |
---|---|
fields | Optional query parameter. Specifies a subset of the fields to be returned. Use Fields Syntax to define subset. |
Response
Response body
sshPublicKey
{ "fingerPrint": string, "data": string, "openSshKey": string, "comment": string }
Last modified: 19 July 2017