This article covers role management rights that pertain to Services.
| Right | Feature Code | Explanation |
| Change Service | MQCMD_CHANGE_SERVICE | Allow users to change services. |
| Copy Service | MQCMD_COPY_SERVICE | Allow users to copy services. |
| Create Service | MQCMD_CREATE_SERVICE | Allow users to create services. |
| Delete Service | MQCMD_DELETE_SERVICE | Allow users to remove services. |
| Rename Service | EXCMD_RENAME_OBJECT | Allow users to rename services. |
| Show Service Attributes | MQCMD_INQUIRE_SERVICE | Allows users to view the attributes of services. |
| Show Service Status | MQCMD_INQUIRE_SERVICE_STATUS | Allows users to view the status of services. |
| Show Services | EXCMD_INQUIRE_SERVICE_NAMES | Allows users to view services. |
| Start Service | MQCMD_START_SERVICE | Allows users to start services. |
| Stop Service | MQCMD_STOP_SERVICE | Allows users to stop services. |