Skip to main content
PUT
Update user profile

Authorizations

Authorization
string
header
required

Personal access token is obtained through your profile

Body

application/json
firstName
string
required

First name of the user

Maximum string length: 100
Example:

"John"

lastName
string
required

Last name of the user

Maximum string length: 100
Example:

"Doe"

Response

200 - application/json

Successfully updated user profile

Successfully updated user profile

user
object
required

Updated user profile information