Actions

ProSBC:Restful API User

Revision as of 04:23, 24 January 2023 by Serdar Civici (talk | contribs) (Created page with "You can create/modify a user in your system with RestFul API using JSON format. The JSON must be in the following format: <pre> { "pass": "Abc_123@", "user_group": "A...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

You can create/modify a user in your system with RestFul API using JSON format. The JSON must be in the following format:

{
    "pass": "Abc_123@",
    "user_group": "Admin",
    "account_enabled": true,
    "email": "support@telcobridges.com",
    "***meta***": {
        "version": "3.1.137",
        "src_path": ""
    },
    "name": "support"
}

Important parameters in the JSON file

List of Parameters