/mcpOnly a user with System Administrator role can create, update or delete custom roles. Note Listing Privileges The following is an example of the GET request that lists all the privileges: GET https://<connection-server>/vmrest/privileges The following is the response from the above GET request and the actual response will depend upon the information given by you: <Privileges total="46"> <Privilege> <ObjectId>56ea5443-4832-40b9-88b7-879068465bc9</ObjectId> <DisplayName>Manage Users - Full Access</DisplayName> </Privilege> <Privilege> <ObjectId>37ae97bf-a0ca-4adf-a498-a1af3f4d4acd</ObjectId> <DisplayName>Manage Users: Assign/Unassign Roles</DisplayName> </Privilege> ......... ......... ......... <Privilege> <ObjectId>140a9af7-b76a-49de-9ed3-a020bcd2c1bb</ObjectId> <DisplayName>Reset User Passwords</DisplayName> </Privilege> <Privilege> <ObjectId>7c0326f7-e7e6-4853-8e4e-b93dd1c13ce6</ObjectId> <DisplayName>Run Serviceability Page</DisplayName> </Privilege> </Privileges> Response Code: 200 Listing Roles This API list all the System roles as well as Custom roles. The following is an example of the GET request that lists all the Roles: GET https://<connection-server>/vmrest/roles The following is the response from the above GET request and the actual response will depend upon the information given by you: Cisco Unity Connection Provisioning Interface (CUPI) API 667 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Listing Privileges
