# Account Permissions Resellers / Account Permissions ## Return all privilege lists and settings - [GET /listacls](https://api.docs.cpanel.net/specifications/whm.openapi/account-permissions/listacls.md): This function lists the server's Access Control Lists (ACLs) and each list's privileges. ## Create or update privilege list and settings - [GET /saveacllist](https://api.docs.cpanel.net/specifications/whm.openapi/account-permissions/saveacllist.md): This function creates or modifies an Access Control List (ACL). For each parameter, a value of adds that privilege to the ACL list and a value of removes that privilege from the ACL list. We recommend that WHM users create and edit ACLs and ACL privileges through WHM's interface ( ). ## Create or update reseller privilege settings - [GET /setacls](https://api.docs.cpanel.net/specifications/whm.openapi/account-permissions/setacls.md): This function creates or modifies an Access Control List (ACL). For each parameter, any value adds that privilege to the ACL list and no value removes that privilege from the ACL list. We recommend that WHM users create and edit ACLs and ACL privileges through WHM's interface ( ).