Skip to main content
PUT
Update user first name and last name

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
firstName
string

User first name

lastName
string

User first name

Response

User information updated successfully

error
boolean