Roles
Get or Set Information pertaining to Roles, corresponding to the Admin Module in ifoundry.
| S No. | Category | Name | Method | Description | Link |
| 1. | Roles | Add Role Permissions | POST | Handles requests to add the Role Permissions. | /api/admin/Roles/ManageRolePermission |
| 2. | Roles | Get Role Permissions | GET | Handles requests to update the Role Permissions. | /api/admin/Roles/GetRolePermissions |
| 3. | Roles | Get Role Info | GET | Handles requests to update the Role Info. | /api/admin/Roles/GetRoleInfo |
| 4. | Roles | Delete Role Permissions | DELETE | Handles requests to delete the Role Permissions. | /api/admin/Roles/DeleteRolePermissions |