> ## Documentation Index
> Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Logging in/out of Team Edition

## Logging in to Team Edition

**Via the UI**

Visit `https://<YOUR_DOMAIN>` (or `http://<YOUR_DOMAIN>` if you are **not** using SSL) and enter your username and password.

**Via the API**

```sh theme={null}
POST /api/auth/login
```

**Via the CLI**

```sh theme={null}
conda repo login
```

## Logging in if IDP is configured

**Via the UI**

Visit `https://<YOUR_DOMAIN>` (or `http://<YOUR_DOMAIN>` if you are **not** using SSL) and enter your username and password, or click on a third party login option (for example, GitHub).

**Via the API**

```sh theme={null}
GET /api/auth/authorize
```

**Via the CLI**

TBD

## Logging out of Team Edition

**Via the UI**

Click on the user icon in the top right. Click **Logout**.

**Via the API**

```sh theme={null}
POST /api/auth/logout
```

**Via the CLI**

```sh theme={null}
conda repo logout
```
