# User Management

Codatum provides flexible options to manage Workspace access and organize your team.

* [Invitation](/workspace-and-user-management/user-management/invitation.md): Learn different methods to invite users to your Workspace.
* [Group](/workspace-and-user-management/user-management/group.md): Create and manage user groups for streamlined permission management.
* [**Workspace Roles**](#workspace-roles): Understand the different roles and permission levels available in your Workspace.

## Workspace Roles

Codatum offers several role types to control what users can do within your Workspace:

* **Workspace Owner**: Full administrative control over the Workspace, including user management and billing.
* **Workspace Editor**: Can create and modify content, including reports, notebooks, and connections.
* **Workspace Viewer**: Can view content but cannot modify it.
* **Workspace Guest**: Limited access to specific resources (Report) that have been explicitly shared.

For detailed permissions and capabilities of each role, see [Access Control for Workspace](/access-control/access-control-for-workspace.md).

{% hint style="info" %}
In Codatum, the terms Workspace Owner, Workspace Editor, and Workspace Viewer are collectively referred to as “Member”. When including the Workspace Guest role, the collective term used is “User”. This distinction, while not critical, can be helpful to keep in mind.
{% endhint %}


---

# 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.codatum.com/workspace-and-user-management/user-management.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.
