Access Control
The Adminapp REST API is accessible only to authenticated admin users with the appropriate rights.
- The configuration separates authentication of the REST client from functional authorization:
- Authentication: see Adminapp >> REST API Configuration >> Request Authentication
- Functional authorization: see Adminapp >> Access Control
See Authentication of REST requests for more information about request authentication.