put https://example.com/local-user-store/api/v1/users/
Update a new user.
Log in to see full request history
Responses
200User successfully updated
Update a new user.
200User successfully updated
xxxxxxxxxx
curl --request PUT \
--url https://example.com/local-user-store/api/v1/users/user_id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!