---
title: "Test"
method: POST
path: "/api/v1/settings/email-provider/test"
tags: ["Tenant Email Provider"]
---

# Test

`POST /api/v1/settings/email-provider/test`

Test sends a test email to verify the provider configuration works end-to-end.

## Request body

- C1ApiSettingsV1TestTenantEmailProviderRequest — The TestTenantEmailProviderRequest message.
  - `testRecipientEmail` string — The email address to send the test email to.

## Response `200`

Successful response

- C1ApiSettingsV1TestTenantEmailProviderResponse — The TestTenantEmailProviderResponse message.
  - `message` string — Human-readable detail about the result.
  - `success` boolean — Whether the test email was sent successfully.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/d391405a35d3/schema)
