> For the complete documentation index, see [llms.txt](https://docs.nuvolos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvolos.com/troubleshooting/troubleshooting/administration-troubleshooting/i-cant-revoke-a-user-role.md).

# I can't revoke a user role

* **You do not have permission to revoke a user.**

To revoke a user role at the organisation level, you must be an organisation manager. To revoke a user role at the space or instance level, you must be an administrator of that space.

* **You are following the wrong steps.**

To revoke an organisation-level role, follow the steps described [here](/administration/organisation-management.md#revoke-organisation-members). \
To revoke a space-level role, follow the steps described [here](/administration/space-management/revoke-a-space-user.md).

* **You have lost connection to the internet.**

If your internet connection is interrupted, the server may not receive your request to revoke the user. Once your connection is restored, refresh the page and try again.

* **There has been a server-side error and the user revoke request was not properly processed by Nuvolos.**

In rare cases, a server-side error may prevent the user removal request from being processed correctly. Wait a few moments, then try revoking the user again.

{% hint style="info" %}
If none of the above steps resolve the issue, please contact support at [**support@nuvolos.cloud**](mailto:support@nuvolos.cloud)**.**
{% endhint %}


---

# 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.nuvolos.com/troubleshooting/troubleshooting/administration-troubleshooting/i-cant-revoke-a-user-role.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.
