---
title: "Create access profile"
method: POST
path: "/api/v1/accessprofiles/create"
tags: ["Access Profiles"]
---

# Create access profile

`POST /api/v1/accessprofiles/create`

## Request body

- CreateAccessProfileCommand
  - `name` string, nullable
  - `httpProxy` string, nullable
  - `organizationId` integer, nullable
  - `sshUsers` SshUserCreateDto[], nullable
    - `name` string, nullable
    - `sshPublicKey` string, nullable
  - `dnsServers` DnsServerCreateDto[], nullable
    - `address` string, nullable
  - `trustedRegistries` TrustedRegisteredCreateDto[], nullable
    - `registry` string, nullable
  - `ntpServers` NtpServerCreateDto[], nullable
    - `address` string, nullable
  - `allowedHosts` AllowedHostCreateDto[], nullable
    - `description` string, nullable
    - `ipAddress` string, nullable
    - `maskBits` integer

## Response `200`

OK

- ApiResponse
  - `id` string, nullable
  - `status` integer
  - `message` string, nullable
  - `isError` boolean
  - `result` unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.dev/taikun/apis/taikun-webapi.md) · [All operations](https://skmtc.dev/taikun/apis/taikun-webapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/taikun/taikun-webapi/revisions/09395964d191/schema)
