> ## Documentation Index
> Fetch the complete documentation index at: https://infisical-groups-phase-3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# infisical user

> Manage logged in users

```bash
infisical user
```

## Description

This command allows you to manage the current logged in users on the CLI

### Sub-commands

<Accordion title="infisical user switch" defaultOpen="true">
  Use this command to switch between profiles that are currently logged into the CLI

  ```bash
  infisical user switch
  ```
</Accordion>

<Accordion title="infisical user update domain">
  With this command, you can modify the backend API that is utilized for all requests associated with a specific profile.
  For instance, you have the option to point the profile to use either the Infisical Cloud or your own self-hosted Infisical instance.

  ```bash
  infisical user update domain
  ```
</Accordion>
