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.
Important! The API account has similar access to the system as a Platform Adminstrator, and thus has full rights to manage accounts, apps, groups and other objects. Be very careful when using the API.
The Managment API URL is always available, however when the API is disabled from the system configuration, there is no account available 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:
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