This article covers role management rights that pertain to ACE REST API objects.
| Right | Feature Code | Explanation |
| Delete ACE Rest API | EXCMD_DELETE_ACE_REST_API | Gives users the ability to remove ACE Rest APIs. |
| Setup ACE Rest API | EXCMD_SETUP_ACE_REST_API | Gives users the ability to configure ACE REST APIs. |
| Show ACE Rest API | EXCMD_INQUIRE_ACE_REST_API | Allows users to view the details of a specific ACE REST API. |
| Show ACE Rest API Status | EXCMD_INQUIRE_ACE_REST_API_STATUS | Allows users to view the status of ACE Rest APIs. |
| Show ACE Rest APIs | EXCMD_INQUIRE_ACE_REST_API_NAMES | Allows users to view a list of the ACE REST APIs that exist. |
| Start ACE Rest API | EXCMD_START_ACE_REST_API | Gives users the ability to start ACE Rest APIs. |
| Stop ACE Rest API | EXCMD_STOP_ACE_REST_API | Gives users the ability to stop ACE REST APIs. |
| Teardown ACE Rest API | EXCMD_TEARDOWN_ACE_REST_API | Allows users to teardown ACE Rest APIs. |
| Validate ACE Rest API | EXCMD_VALIDATE_ACE_REST_API | Allows users to validate ACE REST APIs. |