> For the complete documentation index, see [llms.txt](https://docs.myveriam.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myveriam.com/for-customers/manage-your-organization/add-your-users.md).

# Add your users

To make full use of the platform, you can invite your colleagues / employees to create an account and help you manage the platform, or login on behalf of your organization in applications of your supply chain.

### **Invite users:**

To invite users (your colleagues / employees) to your organization, follow these steps:

1. Go to Veriam App > [Manage your organization](https://customer.myveriam.com)
2. Navigate to the 'Users' section in your organization's dashboard.
3. Click on 'Invite Users'.
4. In the pop-up window, enter the email addresses of the individuals you wish to invite.
5. Set their role (e.g., Admin, Member, Guest) and their organizational unit.
6. Click 'Send Invites'.
7. An email will be sent to these individuals with an invitation to join your organization.

### **Import users:**

To import users (bulk invite) from a CSV file, follow these steps:

1. Use the template to prepare a CSV file with the necessary information such as email addresses, groups, and organizational units.
2. Navigate to the 'Users' section in your organization's dashboard.
3. Click on 'Import Users'.
4. Select your prepared CSV file and upload it.
5. Confirm the information and click 'Import'. The users listed in the CSV file will be added (invited) to your organization.

*CSV format*

The CSV file that needs to be uploaded to import your users needs to have the exact same sturcture as the example file that can be downloaded from the portal. For ROLE values, the following values are currently supported:&#x20;

* “A”; this user will become an administrator of your organization.
* “E”; this user will become an editor of your organization, which means they can edit everything.
* “V”; this user will become a viewer of your organization, which means they can view everything, but no change anything.&#x20;
* “”(empty); this user will become a regular user, with means they can only manage their own profile on the Veriam portal.&#x20;


---

# 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.myveriam.com/for-customers/manage-your-organization/add-your-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.
