# Permissions

The following table shows a complete list of permissions granted per role. You can read about how to grant the various roles on the [Managing Access Rights](/service-accounts/managing-access-rights.md) page.

* Permissions granted by the `organization.admin` implies elevated permissions for all projects, devices, and services within the organization it was granted for.

| Permission                  | <p>project<br>.user</p> | <p>project<br>.developer</p> | <p>project<br>.admin</p> | <p>organization<br>.admin</p> |
| --------------------------- | :---------------------: | :--------------------------: | :----------------------: | :---------------------------: |
| `dataconnector.create`      |                         |               X              |             X            |               X               |
| `dataconnector.read`        |            X            |               X              |             X            |               X               |
| `dataconnector.update`      |                         |               X              |             X            |               X               |
| `dataconnector.delete`      |                         |               X              |             X            |               X               |
| `device.read`               |            X            |               X              |             X            |               X               |
| `device.update`             |                         |               X              |             X            |               X               |
| `device.transfer`           |                         |                              |             X            |               X               |
| `emulator.create`           |                         |               X              |             X            |               X               |
| `emulator.read`             |            X            |               X              |             X            |               X               |
| `emulator.update`           |                         |               X              |             X            |               X               |
| `emulator.delete`           |                         |               X              |             X            |               X               |
| `membership.create`         |                         |                              |             X            |               X               |
| `membership.read`           |            X            |               X              |             X            |               X               |
| `membership.update`         |                         |                              |             X            |               X               |
| `membership.delete`         |                         |                              |             X            |               X               |
| `organization.read`         |                         |                              |                          |               X               |
| `organization.update`       |                         |                              |                          |               X               |
| `project.create`            |                         |                              |                          |               X               |
| `project.read`              |            X            |               X              |             X            |               X               |
| `project.update`            |                         |                              |             X            |               X               |
| `project.delete`            |                         |                              |             X            |               X               |
| `serviceaccount.create`     |                         |                              |             X            |               X               |
| `serviceaccount.read`       |            X            |               X              |             X            |               X               |
| `serviceaccount.update`     |                         |                              |             X            |               X               |
| `serviceaccount.delete`     |                         |                              |             X            |               X               |
| `serviceaccount.key.create` |                         |                              |             X            |               X               |
| `serviceaccount.key.read`   |            X            |               X              |             X            |               X               |
| `serviceaccount.key.delete` |                         |                              |             X            |               X               |


---

# 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.developer.disruptive-technologies.com/service-accounts/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.
