---
title: "GET /api/v1/credentials/app-registration/currentUser"
method: GET
path: "/api/v1/credentials/app-registration/currentUser"
tags: ["AppRegistration"]
---

# GET /api/v1/credentials/app-registration/currentUser

`GET /api/v1/credentials/app-registration/currentUser`

## Response `200`

- GetAppRegistrationsResult
  - `Succeeded` boolean
  - `Message` string, nullable
  - `Code` string, nullable
  - `Results` AppRegistration[]
    - `Id` string
    - `Name` string
    - `Type` string
    - `ClientId` string
    - `ClientSecret` string
    - `Provider` string, nullable
    - `SmtpConfig` SmtpConfiguration
      - `TenantId` string, nullable
      - `RedirectUri` string, nullable
      - `TokenEndpoint` string, nullable
      - `AuthorizationEndpoint` string, nullable
      - `UserInfoEndpoint` string, nullable
      - `Audience` string, nullable
      - `GrantType` string, nullable
      - `Scope` string, nullable
      - `UserInfoStrategy` string, nullable
      - `UserIdClaim` string, nullable
      - `UsernameClaim` string, nullable
      - `EmailClaim` string, nullable
    - `UserId` string, nullable

---

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