---
title: "Soft Pos List Users"
method: POST
path: "/api/v1/payment/softpos/listusers"
tags: ["Soft POS Payments"]
---

# Soft Pos List Users

`POST /api/v1/payment/softpos/listusers`

Soft POS api you can list users who can make operations

## Request body

- SoftPosUserListRequest
  - `application_key` string, required — It is the key of your application on our environment
  - `mode` string — Please send it as 'T' for test purposes, otherwise it will be in production mode.
  - `lang` string — Its default value is tr. If you want to get messages in other languages, please send it. You can find supported languages in the api supported_languages.

## Response `200`

Successful Response

- SoftPosUserListResponse
  - `response_code` string
  - `message` string
  - `service_resp_code` string
  - `service_resp_message` string
  - `user_info_list` UserInfo[]
    - `email` string
    - `can_perform_action` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/jetcheckout/apis/jet-checkout.md) · [All operations](https://skmtc.dev/jetcheckout/apis/jet-checkout/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jetcheckout/jet-checkout/revisions/b17a3806ccb0/schema)
