Create New Identity
PUT
/identity
Creates a new authentication identity for server connections, such as SSH keys or username/password credentials.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"name": "string",
"username": "string",
"type": "string",
"password": "string",
"sshKey": "string",
"passphrase": "string"
}
Responses
Identity successfully created with new identity ID
application/json
JSON
{
}