This API request allows you to modify information about user.
If you do not want update some information - use information which you specified during registration.

Some rules for data which should be sent in request:

  1. Password must contain at least one upper case letter, at least one lower case letter, at least one number, at least one special character (e.g. $, @, +, :, ;, #, _) and have a length greater or equal to 8 characters
  2. Email must not begin with the special characters, must contain domain name and must contain '@' symbol
  3. Role of the user could have only following values: 'ADMIN', 'EDITOR', 'USER'

Response status codes:
200 - user successfully updated
400 - you specified invalid information, please review request data
401 - you are not authorized
500 - if unhandled and unexpected exception happened

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!