![]() | ![]() Products ![]() ![]() ![]() ![]() |
Home » Technical Support » Elevate Web Builder Technical Support » Product Manuals » Elevate Web Builder 3 Manual » Using the Web Server » Web Server Administration API - Roles |
https://localhost/administration?method=addrole
{ "Name": "CustomerService", "Description": "Customer Service Role" }
https://localhost/administration?method=updaterole
{ "Name": "CustomerService", "Description": "Customer Service Role" }
https://localhost/administration?method=removerole
{ "Name": "CustomerService" }
https://localhost/administration?method=activaterole
{ "Name": "CustomerService" }
https://localhost/administration?method=deactivaterole
{ "Name": "CustomerService" }
https://localhost/administration?method=grantroleprivileges
{ "Name": "CustomerService", "Privileges": ["AddCustomer", "UpdateCustomer", "ViewInvoices"] }
https://localhost/administration?method=revokeroleprivileges
{ "Name": "CustomerService", "Privileges": ["AddCustomer", "UpdateCustomer", "ViewInvoices"] }
https://localhost/administration?method=getroleprivileges
{ "Name": "CustomerService" }
{ "Privileges": ["AddCustomer", "UpdateCustomer", "ViewInvoices"] }
https://localhost/administration?method=getroles
{ "Roles": [ { "Name": "Administrators", "Active": true, "Description": "Administrators Role", "Privileges": [{ "Name": "AddDatabase" }, { "Name": "AddDataSet" }, { "Name": "AddDataSetCommand" }, { "Name": "AddPrivilege" }, { "Name": "AddRole" }, { "Name": "AddSystemEvent" }] }, { "Name": "CustomerService", "Active": true, "Description": "Customer Service", "Privileges": [{ "Name": "AddCustomer" }, { "Name": "UpdateCustomer" }, { "Name": "ViewInvoices" }] }, { "Name": "Public", "Active": true, "Description": "Public Role", "Privileges": [] }] }
This web page was last updated on Friday, January 31, 2025 at 08:42 AM | Privacy Policy![]() © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? ![]() |