Update User
Update exiting user in your account
Update a user
PATCH
https://api.xenia.team/v1/users/:id
Update existing user
Path Parameters
Name
Type
Description
id*
String
User id
Headers
Name
Type
Description
Authorization*
JWT Token
Access token
Request Body
Name
Type
Description
firstName
string
first name of the user
lastName
string
last name of the user
email of the user
phone
string
phone of the user
photo
URL
user profile picture
Last updated