# User access to devices

The tracker management supports three different user roles. There is one "owner" for each device. The owner can share access to the same device for multiple users through the "editor" and "borrower" roles.

<table><thead><tr><th width="119">User role</th><th>Use case</th><th>Permissions</th><th>Messages</th></tr></thead><tbody><tr><td><strong>Owner</strong></td><td><strong>Standard device owner:</strong> RACEMAP account that initially added the device to tracker management.</td><td><p>Can add/remove editors and borrowers.<br></p><p>Cannot bulk remove users or manage other owners.</p></td><td>Can use all <a href="/pages/GZlSTdBBq82OSB9ep68p">message templates</a> assigned to its account.</td></tr><tr><td><strong>Editor</strong></td><td><strong>Shared management access:</strong> Members in the same organization to manage device rentals and borrowers.</td><td><p>Can add/remove borrowers. </p><p></p><p>Cannot bulk remove, cannot manage owners or editors.</p></td><td>Can use all <a href="/pages/GZlSTdBBq82OSB9ep68p">message templates</a> assigned to its account.</td></tr><tr><td><strong>Borrower</strong></td><td><strong>Temporary access:</strong> A user that rented your devices. The access period is set by start and end date.</td><td>Cannot add or remove other users. No access to manage user roles).</td><td>Can use only specific messages.</td></tr></tbody></table>

<figure><img src="/files/jPj1OCJ2FKAVTq77PfKC" alt=""><figcaption><p>Manage user access and permissions in the user tab for each device separately.</p></figcaption></figure>

#### How to add users and change user roles, bulk

* Select multiple GPS trackers.&#x20;
* Select "Manage User" to open the modal to manage user access.&#x20;

<figure><img src="/files/MBoCRdq3aKCwkUDh4FAx" alt=""><figcaption></figcaption></figure>

**Add a user role**

* Search field: Type the email address or name of the RACEMAP account you want to add.
* Add the user from the dropdown results.

<figure><img src="/files/ubFb4CkgkpgvBVQO8V3T" alt=""><figcaption></figcaption></figure>

* Select the role you want to assign.

<figure><img src="/files/nAqFmBkT9KfAWFwp9arR" alt="" width="375"><figcaption></figcaption></figure>

**Change a user role**

* Click the button showing the user role (eg., "Editor") to open the "Change role" modal.&#x20;

<figure><img src="/files/hwm2BzinMfLQK8LSR0AU" alt=""><figcaption></figcaption></figure>

* Select the role you want to assign.

<figure><img src="/files/nAqFmBkT9KfAWFwp9arR" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.racemap.com/tracker-management/user-role.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.
