---
title: "Resend activation email"
method: POST
path: "/v2/user/resend_activation"
tags: ["user"]
---

# Resend activation email

`POST /v2/user/resend_activation`

Resend activation email

## Headers

- `Authorization` string, required

## Request body

- BluenteInternalUserModelUserLoginRequest
  - `email` string, required
  - `fullName` string
  - `google_auth` BluenteInternalUserModelGoogleAuthResponse
    - `access_token` string
    - `apiKey` string
    - `appName` string
    - `createAt` string — miliseconds
    - `displayName` string
    - `email` string
    - `emailVerified` boolean
    - `id_token` string
    - `lastLoginAt` string — miliseconds
    - `providerData` object[]
      - `displayName` string
      - `email` string
      - `photoUrl` string
      - `providerId` string
      - `uid` string
    - `stsTokenManager` object
  - `invite_code` string
  - `microsoft_auth` BluenteInternalUserModelMicrosoftAuthResponse
    - `orgInfo` object
  - `page` string
  - `password` string, required
  - `platform` string
  - `type` string

## Response `200`

success

- BluenteInternalPlatformUtilsBaseResponse
  - `code` integer — 0=success，only parse data when code=0
  - `data` unknown
  - `message` string — tip message

---

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