We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PUT /api/users/{id}
{ "firstName": "Bleh", "lastName": "Blah", "roleId": 5, "locationId": 1, "userInterests":[{"id":3}], "imageUrl": "/api/images/4/18/19/d509ff89-7c2e-49d0-97b5-4c15445affee.jpg" }
200 OK
Updates can only be made by the user (ie: the userId must match the logged in userId) Roles Locations