---
title: "POST /account/switchaccount"
method: POST
path: "/account/switchaccount"
tags: ["account"]
---

# POST /account/switchaccount

`POST /account/switchaccount`

## Request body

- PermissionsAccountDTO
  - `enterpriseId` integer
  - `enterpriseName` string
  - `labelId` integer
  - `publisherId` integer
  - `artistId` integer
  - `payeeId` integer
  - `imageId` string, uuid
  - `name` string
  - `permissionsAccountId` string, uuid
  - `isOwner` boolean
  - `readOnlyContent` boolean
  - `readOnlyContracts` boolean
  - `readOnlyFinance` boolean
  - `readOnlyDistribution` boolean
  - `readOnlyServices` boolean
  - `readOnlyTrustAndSafety` boolean
  - `readOnlyPromote` boolean
  - `readOnlyDaily` boolean
  - `permissionRolesId` integer
  - `viewAIDataAnalyst` boolean
  - `viewRevenueAnalytics` boolean
  - `isActive` boolean
  - `isDefault` boolean
  - `email` string
  - `accountType` integer

## Response `200`

OK

- string, uuid

---

[API](https://skmtc.net/revelator/apis/revelator-api.md) · [All operations](https://skmtc.net/revelator/apis/revelator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revelator/revelator-api/revisions/7a22c2db13c0/schema)
