# User Management

## What is a User?

A User is an email address linked to an organization. The same email address can be linked to several organizations through the user invitation process.

## Inviting Users

You can invite new users to your organization by creating and sharing an invitation link. To create an invitation link go to `Settings -> Users` and click on `Create Invitation Link`.

![](/files/-LlchUoQEltY7Kpi2Ju2)

A new invitation link will be created. Share the link with anyone who you'd like to join your organization. The invitation link can be used to invite many people.

{% hint style="danger" %}
Remember, anyone who has access to the link can join your organization and access your data. After you're done inviting people, make sure to turn off the invitation link for security reasons.
{% endhint %}

## Updating or Deactivating a User

A user can be updated by going to the `Settings -> Users` page and click on the tripple doc button next to the user.

![](/files/-LlckD8OuigTCX7vYUVk)

### **Changing User Profile and Roles**

To update user's name, job title, manager or role, click on the `Edit` menu item. You will be presented with a screen to update user's information.

### **Deactivating a User**

To deactivate a user, click on the `Deactivate` menu item. When a user is deactivated she will no longer be able to access the organization. The data that's linked to the user (comments, objectives, etc.) will remain intact.

## User Roles

### Administrator

A user with administrator permissions has full access to the system. An administrator can:

* Invite people to the organization.
* Deactivate other users.
* Manage teams.
* Manage subscription and billing information.

### Employee

A user with Employee permissions has limited access to the system. The user will not be able to change any organization level settings.


---

# 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.simpleokr.com/simple-okr-manual/settings/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.
