users
Update User information
Update User information
put/api/users/:userId
Path parameters
userIdstring required
logged in users id
Request body
Response
Updated user data
Example response
{
"data": {
"id": "2345-23523-25-235-",
"name": "John Smith",
"company": "CitizenOS",
"language": "en",
"email": "john.smith@gmail.com",
"imageUrl": "https://images.com/john-smith.jpg"
}
}