diff --git a/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/conf/user-api-publisher-config.xml b/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/conf/user-api-publisher-config.xml
index 8f521099a6a..d0f33146c07 100644
--- a/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/conf/user-api-publisher-config.xml
+++ b/features/device-mgt/org.wso2.carbon.device.mgt.server.feature/src/main/resources/conf/user-api-publisher-config.xml
@@ -27,7 +27,7 @@
http,https
- enrollment
+ Enrollment
admin
enrollment
1.0.0
@@ -35,7 +35,7 @@
http,https
- license
+ License
admin
license-mgt
1.0.0
@@ -43,20 +43,36 @@
http,https
- operation
+ Operation
admin
operation
1.0.0
- http://localhost:9763/mdm-android-agent/operations
+ http://localhost:9763/mdm-android-agent/operation
http,https
- deviceList
+ Device List
admin
devices
1.0.0
http://localhost:9763/mdm-admin/devices
http,https
+
+ APP Install Operation
+ admin
+ operations
+ 1.0.0
+ http://localhost:9763/mdm-android-agent/operations/installApp
+ http,https
+
+
+ APP UN Install Operation
+ admin
+ operations
+ 1.0.0
+ http://localhost:9763/mdm-android-agent/operations/uninstallApp
+ http,https
+