ProSBC:Restful API User
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