---
title: "Insert App User"
method: POST
path: "/l-admin-dc/app-user"
tags: ["Admin"]
---

# Insert App User

`POST /l-admin-dc/app-user`

Store app user details if not exists

## Request body

- AppUserPayload — App users payload
  - `user_phone` string, required
  - `role_id` integer, required
  - `user_assigned_branch` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/longdrivecars/apis/fastapi-service.md) · [All operations](https://skmtc.dev/longdrivecars/apis/fastapi-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/longdrivecars/fastapi-service/revisions/96c9a64f4b8a/schema)
