> For the complete documentation index, see [llms.txt](https://docs.jtokenapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jtokenapp.com/live-camera/configuration/security/manage-users.md).

# Manage Users

## Manage Users

* Go to Configuration->Security->Manage Users

This menu allows the user to change the user accounts on the camera. By default, the camera only has the admin account which has all rights/authorities. Additional accounts can be created from this screen. Below is a screenshot of the manage users screen:

![](/files/-MSuPlHSy-0mK-GTIMKj)

## Explanation

* **Add User**: This button allows the user to add a new user to the camera.&#x20;
* **Modify**: This button allows the user to modify the user account selected in the table.&#x20;
* **Delete**: This button allows the user to delete an user account. Note: The admin account cannot be deleted.&#x20;
* **User Name**: This column shows existing usernames.
* **Group name**: This column shows the which user groups the existing user belongs to. Below is an explanation of the fields on the promoted window when the user add/modify the user.&#x20;
* **User Name**: This field allows the user to create new accounts.&#x20;
* **Password**: This field allows the user to create a password for the new account.&#x20;
* **Confirm password**: This field ask the user to fill out the password again to confirm the password of the new account.&#x20;
* **Group Name**: This dropdown box allows the user to select the account groups: administrator, operator and viewer. They have the different right like the below:
* **Administrator**: it’s the camera’s administrator who has the full right or permission to access and operate all functionalities of the camera.&#x20;
* **Operator**: the operator can do the functionalities which are authorized by administer but not including creating new account and modifying other account’s password. Operator can modify its own password.&#x20;
* **Viewer**: the viewer cannot make any operation, only can view the video in live view, the viewer cannot see all configurations in the camera when he accesses the camera.&#x20;
* **Authority list**: the functionalities list which will be authorized by the administrator.


---

# 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.jtokenapp.com/live-camera/configuration/security/manage-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.
