# Account

The Account Settings page allows you to manage your Reblaze user accounts.&#x20;

## **Tab: Your account details**

![Your account details](https://2274678796-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LuRghgerfT6t9aVOOha%2F-Mb6pqPxhmkZ9Lm5_fSB%2F-Mbf7Xj7rdwV7FneLmnV%2FRBZDEVEVGENIYL%20_%20Account%202021-06-08%2012-51-43.png?alt=media\&token=0e8157ad-7e87-46e3-a300-b4b05e0a8d6d)

### Basic account settings

From this tab, you can reset your password, name, and phone number.&#x20;

### Settings for OTPs (One Time Passwords)

Reblaze uses 2FA (two factor authentication). There are several options for sending an OTP when you login:

* If only an email address is provided, the OTP will be sent via email.
* If a phone number is provided, the OTP will be sent over SMS message.
* As an alternative, you can also get a QR code for use in apps such as Google Authenticator (available for both [Android](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2) and [iPhone](https://itunes.apple.com/il/app/google-authenticator/id388497605)).&#x20;

### API Key

This tab also offers a personal API key, to be used in all requests to the Reblaze API.

## Tab: Users management

![Users management](https://2274678796-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LuRghgerfT6t9aVOOha%2F-Mb6pqPxhmkZ9Lm5_fSB%2F-MbfCXEOFboiXbjOOm8l%2FRBZDEVEVGENIYL%20_%20Account%202021-06-08%2013-38-45.png?alt=media\&token=a2c9a200-b5c3-4d70-9c7f-29c4e93ccd01)

This tab allows you to manage users that are attached to your organization. It is only available to users with administrator permissions.

### Administration

An admin can:

* Create a new user
* Edit an existing user
* Reset a user's password
* Delete a user

When a user account is being edited, this will appear:&#x20;

![Edit User](https://2274678796-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LuRghgerfT6t9aVOOha%2F-Mb6pqPxhmkZ9Lm5_fSB%2F-MbfDPlAnfIyj53tU67g%2FRBZDEVEVGENIYL%20_%20Account%202021-06-08%2013-42-12.png?alt=media\&token=2cca70c4-6b19-4dc9-8c12-a70778261408)

The available Access Levels are:

* *Viewer*: can see the [Traffic](https://waap.docs.link11.com/v2.16/product-walkthrough/reblaze-traffic) section, i.e. the Dashboard and View Log.
* *Editor*: has all Viewer permissions, and can also configure security rulesets and policies in the [Security](https://waap.docs.link11.com/v2.16/product-walkthrough/security) and [Settings](https://waap.docs.link11.com/v2.16/product-walkthrough/settings) sections.
* *Organization Admin*: has all Editor permissions, and can also manage users via the Users Management page.
* *Reblaze Admin*: has all Organization Admin permissions, and can also edit and view the Notes, Init and Run pages.

## **Tab: Single sign on configuration**

![](https://2274678796-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LuRghgerfT6t9aVOOha%2F-Mb6pqPxhmkZ9Lm5_fSB%2F-MbfPGiAkOTqtIEx7BkK%2FRBZDEVEVGENIYL%20_%20Account%202021-06-08%2014-31-44.png?alt=media\&token=bf7a5440-63d5-443c-9ca1-74d140924d2d)

This tab allows SSO to be configured so that users have the ability to log into Reblaze with their **Okta** or **Microsoft** accounts.

Configuration options will vary depending on the type of account.


---

# 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://waap.docs.link11.com/v2.16/product-walkthrough/settings/account.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.
