> For the complete documentation index, see [llms.txt](https://docs.cloudplans.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudplans.io/organization/users.md).

# Users

{% hint style="info" %}
We are excited to announce the release of our first version and would like to offer you the opportunity to explore it in depth. For a limited time, there will be no restrictions on the number of users (but the logical  with no abuse). After this period, you will be notified to adjust the user count as needed. If the adjustment is not made within the given timeframe, the system will automatically remove the most recently added users.
{% endhint %}

The Organization (highest level resource in Cloud Plans) has initially one single user: the Owner. But this can be enhanced using users with fixed roles (such as RBAC). Initially the Owner can invite a user to the Organization with certain Role: admin, billing viewer, planner. In this article all the roles will be detailed:

| Action                | Owner                | Admin                | Billing              | Planner              | Viewer               |
| --------------------- | -------------------- | -------------------- | -------------------- | -------------------- | -------------------- |
| List Plans            | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :white\_check\_mark: | :white\_check\_mark: |
| Edit Plan             | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :white\_check\_mark: | :x:                  |
| Add resources to Plan | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :white\_check\_mark: | :x:                  |
| Modify Resources      | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :white\_check\_mark: | :x:                  |
| Remove Resources      | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :white\_check\_mark: | :x:                  |
| Modify Plan           | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :white\_check\_mark: | :x:                  |
| Remove Plan           | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :white\_check\_mark: | :x:                  |
| Add Credentials       | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :x:                  | :x:                  |
| List Credentials      | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :white\_check\_mark: | :white\_check\_mark: |
| Edit Credentials      | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :x:                  | :x:                  |
| Remove Credentials    | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :x:                  | :x:                  |
| Add User              | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :x:                  | :x:                  |
| Modify User Role      | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :x:                  | :x:                  |
| Remove User           | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :x:                  | :x:                  |
| Get Billing           | :white\_check\_mark: | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :white\_check\_mark: |
| Edit Billing          | :white\_check\_mark: | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :x:                  |
| Cancel Billing        | :white\_check\_mark: | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :x:                  |
| Get History           | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :x:                  | :white\_check\_mark: |
| Get Job History       | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :white\_check\_mark: | :white\_check\_mark: |
| Get Messages          | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :white\_check\_mark: | :white\_check\_mark: |
| Modify Organization   | :white\_check\_mark: | :white\_check\_mark: | :white\_check\_mark: | :x:                  | :x:                  |
| Delete Organization   | :white\_check\_mark: | :x:                  | :x:                  | :x:                  | :x:                  |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.cloudplans.io/organization/users.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
