Get current logged in user's information
GET/v1/users/current
Get current logged in user's information
Responses
- 200
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
sshKeysstring[]
Current user's ssh keys
userNamestring
Current user's username
{
"sshKeys": [
"string"
],
"userName": "string"
}
Server Error
- application/json
- Schema
Schema
any
Loading...