API Version 1.2

API Documentation for developers

User settings

URL: /api/settings/user.format

Method: GET/POST

Overview:

Methods responsible for account settings work in following way:
- GET method reads settings data
- POST method updates settings data

Input parameters/output data:
Name Type Description
firstname string User’s firstname
lastname string User’s lastname
company string User’s company/business name
email string User’s email
password string (input only) New password (leave empty if password has to be untouched)
confirm_password string (input only) New password confirmation
Sample JSON server response for user settings

Next "System settings"