---
title: "List allowed email domains"
method: GET
path: "/api/v1/org/allowedEmailDomains"
tags: ["Organizations"]
---

# List allowed email domains

`GET /api/v1/org/allowedEmailDomains`

Gets the allowed email domains for the current user's organization

## Response `200`

Ok

- ApiOrganizationAllowedEmailDomains
  - `results` AllowedEmailDomains, required
    - `projects` object[], required
      - `role` union, required
        - 'editor'
        - 'interactive_viewer'
        - 'viewer'
      - `projectUuid` string, required
    - `role` union, required
      - 'editor'
      - 'interactive_viewer'
      - 'viewer'
      - 'member'
    - `emailDomains` string[], required
    - `organizationUuid` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
