---
title: "POST /api/v2/apps/login/{userGuids}"
method: POST
path: "/api/v2/apps/login/{userGuids}"
tags: ["App"]
---

# POST /api/v2/apps/login/{userGuids}

`POST /api/v2/apps/login/{userGuids}`

## Path parameters

- `userGuids` string, required

## Request body

- AppUserAccountDTO
  - `appUserName` string, nullable
  - `appUserEmail` string, nullable
  - `appPassword` string, nullable
  - `appName` string, nullable

## Response `200`

Success

- ApiResponseV2
  - `isSuccess` boolean, nullable
  - `taskId` integer
  - `result` unknown
  - `taskStatus` string, nullable
  - `errorCode` string, nullable
  - `msg` string[], nullable

---

[API](https://skmtc.dev/lantronix/apis/api-center.md) · [All operations](https://skmtc.dev/lantronix/apis/api-center/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lantronix/api-center/revisions/a0437ef905b9/schema)
