# Account Permissions

Permission is an entity that grants access to certain functionality. Here you can find the list of all permissions on the platform.

There are 2 types of permissions:

1. Account permissions: Account permissions cover admin panel functionality.
2. Mailbox permissions: Mailbox permissions cover the main application functionality.

<table data-header-hidden><thead><tr><th width="237.39996337890625">Name</th><th width="95.4000244140625">Code</th><th>Description</th></tr></thead><tbody><tr><td>userAssignToAccount</td><td>10000</td><td>Allows adding permissions or roles to an account</td></tr><tr><td>userUnassignFromAccount</td><td>10001</td><td>Allows the removal of permissions from the account and removes a user from the account with special functionality</td></tr><tr><td>rolesManage</td><td>10002</td><td>Allows creation, cloning, and editing of roles in a particular account</td></tr><tr><td>rolesDelete</td><td>10003</td><td>Allows the removal of roles in a particular account</td></tr><tr><td>mailboxManage</td><td>10004</td><td>Allows creation and editing of mailboxes in a particular account</td></tr><tr><td>mailboxArchive</td><td>10005</td><td>Allows to archive mailboxes in a particular account</td></tr><tr><td>mailboxDelete</td><td>10006</td><td>Allows the removal of mailboxes in a particular account</td></tr><tr><td>accountManage</td><td>10007</td><td>Allows for managing the account settings of a particular account</td></tr><tr><td>accountDelete</td><td>10008</td><td>Allows the removal particular account (for which applied permissions)</td></tr><tr><td>aliasCreate</td><td>10009</td><td>Allows creation and editing of mailbox aliases in a particular account</td></tr><tr><td>aliasDelete</td><td>10010</td><td>Allows the removal of mailbox aliases in a particular account</td></tr><tr><td>userAssignToMailbox</td><td>10011</td><td>Allows permissions or roles to mailboxes</td></tr><tr><td>userUnassignFromMailbox</td><td>10012</td><td>Allows the removal of permissions from the mailboxes and the removal of users from the mailboxes with special functionality</td></tr><tr><td>userListView</td><td>10013</td><td>Allows viewing the users list page</td></tr><tr><td>rolesListView</td><td>10014</td><td>Allows viewing the roles list page</td></tr><tr><td>mailboxListView</td><td>10015</td><td>Allows viewing the mailboxes list page</td></tr><tr><td>auditLogView</td><td>10016</td><td>Allows viewing the audit log page</td></tr><tr><td>dashboardManage</td><td>10017</td><td>Allows for the configuration custom dashboard page</td></tr><tr><td>mailboxGroupView</td><td>10018</td><td>Allows viewing the mailbox group list page</td></tr><tr><td>mailboxGroupManage</td><td>10019</td><td>Allows creation and editing of mailbox groups</td></tr><tr><td>mailboxGroupAssign</td><td>10020</td><td>Allows adding mailboxes to a group</td></tr><tr><td>integrationView</td><td>10021</td><td>Allows viewing the integration list page</td></tr><tr><td>integrationManage</td><td>10022</td><td>Allows creation, editing, and removal of conversion rules</td></tr><tr><td>domainListView</td><td>10100</td><td>Allows viewing the domains list page</td></tr><tr><td>domainManage</td><td>10101</td><td>Allows adding and editing the domain configuration for a particular account</td></tr><tr><td>corporateUserManage</td><td>10120</td><td>Allows for the management of corporate users who belong to a particular account</td></tr><tr><td>accountView</td><td>10130</td><td>Allows viewing the account settings page</td></tr><tr><td>externalLinkListView</td><td>10200</td><td>Allows viewing the external links page</td></tr><tr><td>externalLinkManage</td><td>10201</td><td>Allows adding and editing the external links</td></tr><tr><td>externalLinkDelete</td><td>10202</td><td>Allows the removal of external links</td></tr><tr><td>billingTariffView</td><td>10211</td><td>Allows viewing the billing plans page</td></tr><tr><td>billingTariffManage</td><td>10212</td><td>Allows changing the plan on the billing page</td></tr><tr><td>billingInvoiceView</td><td>10213</td><td>Allows viewing the invoices list page</td></tr><tr><td>billingInvoicePayment</td><td>10214</td><td>Allows for paying invoices</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.docstudio.com/user/user-access-and-permissions/account-permissions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
