Management API

AppControl has a management API that can be enabled so that you can integrate AppControl with other management systems. The API can be enabled from the System Configuration page under the Feature Settings tab. Once enabled, an account is generated that can be used to authenticate to the API.

Once the API is enabled you can use the API user and password to access the following URL:

http://<your-appcontrol-system>/rest/core/v1

Documentation for all API calls can be found at:

https://<your-appcontrol-system>/rest-doc/rest/core/v1/

The following parts of your system can be managed via the API:

  • Apps. Use this API to manage system settings related to your apps (E.g. enable / disable app, turn features on and off)

  • Accounts. Use this API to create accounts and assign roles.

  • App Access. Use this API to assign users to apps as App Owners, App Administrators, or App Members.

  • App Groups. Use this API to manage app groups (assign apps, group administrators, group members)

  • App Access Groups. Use this API to manage app access groups (Assign apps, group members, member access rights).

Last updated