# User roles and permissions

## User roles

<table><thead><tr><th width="175.111083984375" valign="top">Role</th><th>Description</th></tr></thead><tbody><tr><td valign="top">Owner</td><td>An owner is the main point of contact assigned during registration; the owner is the user who completes registration. There can be only one owner, and ownership can be transferred. A user can be an owner of multiple accounts.</td></tr><tr><td valign="top">Admin</td><td>An admin has similar permissions to the owner, and an account can have multiple admins. An owner or other admins can invite an admin.</td></tr><tr><td valign="top">Developer</td><td>A developer has permissions similar to the admin but cannot manage (account settings, users, and billing).</td></tr><tr><td valign="top">Default</td><td><p>The default role is view only in the <a href="https://console.korewireless.com/">KORE Console</a>. The user can edit their profile but will be limited to viewing access for all other functions.</p><p>Other products may further define this role. Review their respective documentation for more details.</p></td></tr></tbody></table>

## Permissions

The grid below shows the permissions included with each role.

<table><thead><tr><th valign="top">Resource</th><th>Permission</th><th data-type="checkbox">Owner</th><th data-type="checkbox">Admin</th><th data-type="checkbox">Developer</th><th data-type="checkbox">Default</th></tr></thead><tbody><tr><td valign="top">Accounts</td><td>View</td><td>true</td><td>true</td><td>true</td><td>true</td></tr><tr><td valign="top"></td><td>Edit</td><td>true</td><td>true</td><td>false</td><td>false</td></tr><tr><td valign="top"></td><td>Transfer ownership</td><td>true</td><td>false</td><td>false</td><td>false</td></tr><tr><td valign="top">Users</td><td>View</td><td>true</td><td>true</td><td>false</td><td>false</td></tr><tr><td valign="top"></td><td>Invite</td><td>true</td><td>true</td><td>false</td><td>false</td></tr><tr><td valign="top"></td><td>Edit</td><td>true</td><td>true</td><td>false</td><td>false</td></tr><tr><td valign="top">Billing</td><td>View invoices</td><td>true</td><td>true</td><td>false</td><td>false</td></tr><tr><td valign="top"></td><td>Manage credit cards</td><td>true</td><td>true</td><td>false</td><td>false</td></tr></tbody></table>

## Change user role

Refer to the permissions grid to ensure you can change a user role.

You cannot change your own role.<br>

1. Select the account in which you want to change the user's access.
2. Select the **Users** menu, then select the user from the name column.

   <div align="left"><figure><img src="/files/hL8DFtXzaaMlPS4b1f2U" alt=""><figcaption></figcaption></figure></div>
3. Select the new role from the list, and then select **Save**.

   <div align="left"><figure><img src="/files/JqE8g8TWNu1OQLWuKRdI" alt=""><figcaption><p><br></p></figcaption></figure></div>

   A success confirmation message will display, and the user profile screen will be updated with the new role.\
   **Note:** You can update their role, but all other information is locked. The user will also receive an email notifying them of their role in which account has been changed.


---

# 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://docs.korewireless.com/console/user-management/user-roles-and-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.
