Update user profile
post/auth/v0.1/user/profile
Request
Authorization
X-AT
header
apiKey
Body
application/json
profile
object
object {}
firstName
string
lastName
string
sshKey
string
avatarUrl
string
oldPasswordThe encrypted and base64 encoded current password of your user account.
string
passwordThe encrypted and base64 encoded new password for your user account.
string
confirmationThe encrypted and base64 encoded new password for confirmation.
string
Response
200Profile updated.
403Access denied for this user
422Depending on the error, the response will be different.
500User profile not updated.
Shell cURL
shellShow schema
json