# Adding Users

## Creating New Users

To create new users in TozID you'll first want to login to your realm from the Tozny dashboard. Once there navigate to the users section from the left menu and select "Add User" on the top right of your screen.

![Add User Screen from TozID](/files/-M-X9rPKBAgn7ptdC5Zk)

| Field              | Description                                                                                                                                                                                                                        |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Email              | A required field that gives your user their unique login name.                                                                                                                                                                     |
| Registration Token | A required field that associates which Tozny registration token should be linked to the user. Rarely should this field be modified but you can create additional registration tokens from the Tozny Dashboard.                     |
| Broker URL         | This field is where users will be directed to when recovering their credentials. Because Tozny uses end-to-end encryption we require explicit permission from you to allow for password resets. This field should not be modified. |
|                    |                                                                                                                                                                                                                                    |

###


---

# 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://developers.tozny.com/toz-id/enterprise-sso/adding-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.
