> For the complete documentation index, see [llms.txt](https://docs.spydra.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spydra.app/products-overview/private-network/organizations/organization-roles-and-permissions.md).

# Organization Roles & Permissions

You can set access rights for different users based on how they collaborate with the Organization. These roles can be set when you invite users to your organization or from the membership page.

## Organization member roles

<table><thead><tr><th width="153.33333333333331">Role</th><th>Description</th><th>Org Permissions</th></tr></thead><tbody><tr><td>Org Admin</td><td>Can manage Organization details, users, billing, and nodes that belong to the Organization in any network that the org is a part of. <br><br>Org Admins can also create new Networks and their org will automatically become part of it.<br><br>Org admins also get Network Admin, Network Contributor, or Chaincode Admin roles in networks that their Org is a part of. The exact role that they get in a network depends on what permission was assigned to the organization when it was added to a network.</td><td><ul><li>Create, Update &#x26; Delete Org</li><li>Create, Update &#x26; Delete Org members</li><li>View and Pay Billing</li><li>Create and view Network</li><li>Create, Update &#x26; Delete Nodes</li><li>View Network Member</li><li>View Channel</li><li>View Chaincode</li></ul></td></tr><tr><td>Org Member</td><td>Can manage organization properties and nodes that belong to the org in any of the networks that the org is a part of. <br><br>Org Members do not get any additional roles in any participant networks automatically except view access.</td><td><ul><li>View Orgs, Update &#x26; Delete Orgs</li><li>View Org members</li><li>View billing details</li><li>Create, View, Update &#x26; Delete Node</li><li>View Networks</li><li>View Network Members</li><li>View Channels, View Chaincode</li></ul></td></tr><tr><td>Org Reader</td><td>Read access to all Org properties and Networks.</td><td><ul><li>View Org </li><li>View users</li><li>View Billing</li><li>View Node</li><li>View Networks</li><li>View Members</li><li>View Channels</li><li>View Chaincode</li></ul></td></tr></tbody></table>

{% hint style="info" %}
If an Organization participates in a Network, only **Org Admin** will inherit Network Permissions (Network Admin, Contributor, and Reader) set for the Organization. O**rg Member** and **Org Reader** will only have view access for any participant Networks.
{% endhint %}

Also view

[Network Roles & Permissions](/products-overview/private-network/networks/network-roles-and-permissions.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.spydra.app/products-overview/private-network/organizations/organization-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.
