Command

nylas dashboard domains list

List registered email domains in the active Dashboard organization.

Written by Qasim Muhammad Staff SRE

What does nylas dashboard domains list do?

The nylas dashboard domains list command displays email domains registered in your active Dashboard organization, including each domain ID, region, and verification status. Use it before creating Agent Accounts so you know which *.nylas.email subdomains or custom domains are ready for managed addresses.

Usage

nylas dashboard domains list [flags]

Flags

FlagDescription
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitMaximum domains to return (default: 100)
--yes(-y)Skip confirmations
--page-tokenPage token for pagination

Examples

The nylas dashboard domains list command displays email domains registered in your active Dashboard organization, including each domain ID, region, and verification status.

List domains

nylas dashboard domains list

List as JSON

nylas dashboard domains list --json

Example output

DOMAIN ID      ADDRESS            REGION   STATUS
dom_abc123     example.com        us       verified
dom_def456     mail.example.com   eu       pending

2 domains

Troubleshooting

No domains are shown

Register a free subdomain with `nylas dashboard domains create <subdomain>.nylas.email --region us` or add a custom domain from the Dashboard.

Recommended guides

Run nylas dashboard domains list --help for full help output.