Save User
PUT/user-svc/user/:userId
Save user information based on the provided user ID.
It is intended for admins, because it uses the user-svc:user:edit
permission which only admins have.
For a user to edit its own profile, see saveSelf.
Request
Responses
- 200
- 400
- 401
- 500
OK
Invalid JSON
Unauthorized
Internal Server Error