Documentation forAccess Rights Manager

ARM web API documentation

Overview

The ARM application provides a comprehensive REST API for managing access rights, workflows, user accounts, and resources across Active Directory and other technology platforms. This document describes all available API endpoints, their parameters, and usage examples.

API Version Compatibility

The following table shows the availability of API endpoints across different ARM versions:

Endpoint

Method

Version 7.1

Version 7.5

Version 7.6

Version 8.0+

Version 9.0.737+

/Session/login

GET

Deprecated

Deprecated

/api/v1/session/login

POST

/AccountRead/GetAccounts

GET

Deprecated

Deprecated

/api/v1/account

GET

/api/v1/account/all

GET

/api/v1/account/parents

GET

/Configuration/GroupWizard

GET

Deprecated

Deprecated

/api/v1/config/groupwizard

GET

/api/v1/Cockpit

GET

/api/v1/orders/GetAllOrders

GET

/api/v1/orders/GetAllOrdersPaged

GET

/api/v1/orders/SubmitOrder

POST

/api/v1/orders/ApproveOrderItems

POST

/api/v1/orders/RejectOrderItems

POST

/api/v1/Workflow/GetWorkflows

GET

/api/v1/Workflow/InsertWorkflow

POST

/api/v1/Workflow/UpdateWorkflow

PUT

/api/v1/Resources/Roots

GET

/api/v1/Resources/Children

GET

/api/v1/Analyze/Scenarios

GET

/api/v1/Recertification/Resources

GET

/api/v1/alert

GET

/api/v1/Profiles

GET

/api/v1/TimeLine/Events

POST

Legend: - ✓ = Available - ✗ = Not Available - Deprecated = Available but deprecated, use newer endpoint

Note: This table shows key endpoints. All /api/v1/ endpoints are available from version 8.0 onwards unless otherwise noted. Some advanced features like Analyze, Recertification, and Timeline are only available from version 9.0.737+.

Table of Contents

  1. Configuration APIs

  2. Cockpit APIs

  3. Action APIs

  4. Order Management APIs

  5. Workflow APIs

  6. Language and Localization APIs

  7. Session Management APIs

  8. Search APIs

  9. Dashboard APIs

  10. Analyze and Risk Assessment APIs

  11. Alert Management APIs

  12. Recertification APIs

  13. Data Owner APIs

  14. Import Data APIs

  15. Profile Management APIs

  16. Timeline APIs

  17. Resource Management APIs

  18. Network Configuration APIs

  19. Account Management APIs

  20. User Management APIs

  21. Legacy and Utility APIs

  22. Authentication and Authorization