---
title: "external login binding user send email"
method: POST
path: "/answer/api/v1/connector/binding/email"
tags: ["PluginConnector"]
---

# external login binding user send email

`POST /answer/api/v1/connector/binding/email`

external login binding user send email

## Request body

- SchemaExternalLoginBindingUserSendEmailReq
  - `binding_key` string, required
  - `email` string, required
  - `must` boolean — If must is true, whatever email if exists, try to bind user. If must is false, when email exist, will only be prompted with a warning.

## Response `200`

OK

- object
  - `code` integer — http code
  - `data` object — response data
    - `access_token` string
    - `email_exist_and_must_be_confirmed` boolean
  - `msg` string — response message
  - `reason` string — reason key

---

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