---
title: "List Email templates"
method: GET
path: "/email-templates"
tags: ["Configuration - User Management"]
---

# List Email templates

`GET /email-templates`

List all Email notification templates.

## Query parameters

- `passwordType` 'PPSK' | 'RADIUS' — The access key type

## Response `200`

OK

- XiqEmailTemplate[]
  - `id` integer, required — The unique identifier
  - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
  - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
  - `org_id` integer — The organization identifier, valid when enabling HIQ feature
  - `name` string, required — The email template name
  - `description` string — The email template description
  - `predefined` boolean, required — Wheter or not it is a system prefined template
  - `content` string — The email template form.
  - `enable_preview` boolean — The setting to enable preview
  - `logo_url` string — The logo url
  - `icon_url` string — The icon url
  - `password_type` 'PPSK' | 'RADIUS', required — The access key type

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
