> For the complete documentation index, see [llms.txt](https://docs.catalyx.solutions/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-2.0/console-guide-canton/validators/access/users.md).

# Users

The **Users** page manages participant users on this validator.

<div data-with-frame="true"><figure><img src="/files/Em8tSAsQVgKcGZ4bR2H1" alt=""><figcaption></figcaption></figure></div>

Participant users are accounts that can interact with the Canton Ledger API. Each user has a set of rights that define which parties they can act as, read as, or execute as.

***

### User Table

The table can be viewed in **Table** or **Matrix** layout using the toggle in the top-right of the page.

{% tabs %}
{% tab title="Table" %}
The default Table view shows:

<figure><img src="/files/0T9EzIoNJRvYFqf0aTHW" alt=""><figcaption></figcaption></figure>

| Column                | Description                                                                                        |
| --------------------- | -------------------------------------------------------------------------------------------------- |
| **User ID**           | The unique identifier for this user on the participant. A copy icon allows copying the full value. |
| **Primary party**     | The party that this user is primarily associated with. May be empty if no primary party is set.    |
| **Identity provider** | The identity provider configured for this user (e.g. `default`).                                   |
| **Active**            | Whether this user account is currently active.                                                     |
| {% endtab %}          |                                                                                                    |

{% tab title="Matrix" %}
The Matrix view shows the **global flags** and **party grants**.

<div data-with-frame="true"><figure><img src="/files/opIKMLY1tNzK1DCvbZFX" alt=""><figcaption></figcaption></figure></div>
{% endtab %}
{% endtabs %}

Click the **>** arrow on any row to view or edit the user's details and rights.

<div data-with-frame="true"><figure><img src="/files/XIFfWAxbQWpoax2xF5dq" alt=""><figcaption></figcaption></figure></div>

***

### Creating a User

The **+ Create user** button in the top-right opens the **Create user** dialog.

<div data-with-frame="true"><figure><img src="/files/SKf2L9g67msITwTIcT6Y" alt=""><figcaption></figcaption></figure></div>

#### Basic Info

| Field                        | Description                                                                                                              |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| **User ID**                  | A unique identifier for the new user within this validator (e.g. `analyst-01`). Must be unique on this participant.      |
| **Primary party (optional)** | The party to associate with this user as their primary party. Leave blank to provision the user without a default party. |

#### Rights

Rights control which parties this user can interact with on the ledger. Three presets are available:

| Preset               | Description                                         |
| -------------------- | --------------------------------------------------- |
| **Read-only viewer** | \[TODO: document the rights granted by this preset] |
| **Active trader**    | \[TODO: document the rights granted by this preset] |
| **Admin**            | \[TODO: document the rights granted by this preset] |

Rights can also be configured manually using the following fields:

| Field              | Description                                                                             |
| ------------------ | --------------------------------------------------------------------------------------- |
| **Can act as**     | Parties the user can submit transactions on behalf of. Search by party ID prefix.       |
| **Can read as**    | Parties whose ledger projection the user can read. Search by party ID prefix.           |
| **Can execute as** | Parties for which the user can execute prepared submissions. Search by party ID prefix. |

#### Global Flags

| Flag                         | Description                                                                         |
| ---------------------------- | ----------------------------------------------------------------------------------- |
| **Participant admin**        | Grants the user the ability to manage users, parties, and DARs on this participant. |
| **Identity provider admin**  | Grants the user the ability to configure the identity provider.                     |
| **Can read as any party**    | Allows the user to read every party's ledger projection on this participant.        |
| **Can execute as any party** | Allows the user to execute prepared submissions on behalf of any party.             |


---

# 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.catalyx.solutions/catalyx-blockchain-manager/canton-network/version-2.0/console-guide-canton/validators/access/users.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.
