Login ProductsSalesSupportDownloadsAbout |
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 Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |