---
title: "nctl info"
diataxis: reference
applies_to:
  product: "nctl"
audience: ["developer","platform-engineer"]
last_updated: 2026-03-07
url: https://docs.nirmata.io/docs/nctl/commands/nctl_info/
---

## nctl info

Account and User Information

```bash
nctl info [flags]
```

### Options

```text
  -h, --help            help for info
      --insecure        allow connection to a Nirmata server with a insecure certificate (not recommended)
      --token string    the Nirmata API Login Key (env NIRMATA_TOKEN)
      --url string      the Nirmata server base URL (env NIRMATA_URL)
      --userid string   user id (email)
```text

### Options inherited from parent commands

```text
  -v, --v Level   number for the log level verbosity
```

### SEE ALSO

* [nctl](nctl.md)	 - nctl is the command line interface for Nirmata


