---
title: "POST /api/v1/ExternalAuthentication/Logon"
method: POST
path: "/api/v1/ExternalAuthentication/Logon"
tags: ["ExternalAuthentication"]
---

# POST /api/v1/ExternalAuthentication/Logon

`POST /api/v1/ExternalAuthentication/Logon`

## Request body

- LogonRequest
  - `GroupIds` string[], required
  - `ExternalProviderId` string, required
  - `EmailAddress` string, nullable
  - `Name` string, nullable
  - `Type` string, required
  - `FirstName` string, nullable
  - `LastName` string, nullable
  - `Password` string, nullable
  - `DisplayName` string, nullable
  - `SID` string, nullable
  - `NFC` string, nullable

## Response `200`

- LogonResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `User` User — unresolved $ref

---

[API](https://skmtc.dev/pads4/apis/nds-services-authentication.md) · [All operations](https://skmtc.dev/pads4/apis/nds-services-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pads4/nds-services-authentication/revisions/e0bfd79e98ee/schema)
