---
title: "PUT /api/Accounts/Other"
method: PUT
path: "/api/Accounts/Other"
tags: ["Accounts"]
---

# PUT /api/Accounts/Other

`PUT /api/Accounts/Other`

## Request body

- UpdateOtherAccountRequest
  - `id` string, uuid
  - `role` string, nullable
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `email` string, nullable
  - `phoneNumber` string, nullable
  - `userName` string, nullable
  - `customAuthGroupId` string, uuid, nullable
  - `google2Fa` boolean
  - `terminalId` string, nullable
  - `cashierMerchantId` string, nullable
  - `activationCode` string, nullable

## Response `200`

Success

---

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