---
title: "POST /api/v1/credentials/user-registration/store"
method: POST
path: "/api/v1/credentials/user-registration/store"
tags: ["UserRegistration"]
---

# POST /api/v1/credentials/user-registration/store

`POST /api/v1/credentials/user-registration/store`

## Request body

- StoreUserRegistrationRequest
  - `UserRegistrationId` string
  - `OAuthUserId` string, nullable
  - `OAuthUsername` string, nullable
  - `Email` string, nullable
  - `AppRegistrationId` string
  - `AccessToken` string

## Response `200`

- StoreUserRegistrationResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `UserRegistration` UserRegistration
    - `Id` string
    - `OAuthUserId` string
    - `OAuthUsername` string
    - `Email` string, nullable
    - `AppRegistrationId` string

---

[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)
