---
title: "createSecondaryUser"
method: POST
path: "/v2/user/secondaries"
tags: ["User management"]
---

# createSecondaryUser

`POST /v2/user/secondaries`

Create a Cloudally user in a Cloudally account.

## Request body

- CreateSecondaryUserDTO — User credentials
  - `accessLevel` 'NONE' | 'CUSTOM' | 'FULL' — Account access level
  - `permissions` object — Account permissions table
  - `email` string — Additional account email
  - `password` string, required — Additional account password

## Response `200`

Successful retrieval of the information.

## Other responses

- `401` — The user is not logged in.
- `403` — The user does not have an access to view the account activity.

---

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