---
title: "Sends Email to Portal User from GDrive to either verify their email or complete the registration"
method: POST
path: "/v1/Registration/SendEmail/portal/gdrive"
tags: ["Registration"]
---

# Sends Email to Portal User from GDrive to either verify their email or complete the registration

`POST /v1/Registration/SendEmail/portal/gdrive`

Sample Request:
            
    POST /v1/Registration/SendEmail/portal/gdrive
    {
        "Email": "jon@dawson.com",
        "Portal_Id": 1
    }

## Request body

- AdaptekApiApplicationRegistrationCommandsGDriveSendPortalEmailGDriveSendPortalEmailCommand
  - `portal_id` integer
  - `email` string, nullable
  - `portalUrl` string, nullable

## Response `200`

Sends an email for Portal User in G-Drive to complete their registration

- integer

---

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