---
title: "Create a new AKSK for a User."
method: POST
path: "/v1/{project_id}/aksks"
tags: ["AKSK"]
---

# Create a new AKSK for a User.

`POST /v1/{project_id}/aksks`

## Path parameters

- `project_id` string, required

## Request body

- AKSK
  - `project_id` string — Valid TenantId or ProjectId
  - `user_id` string — Valid User ID

## Response `200`

successful operation

- AKSKResponse
  - `access_key` string — Valid TenantId or ProjectId
  - `secret_key` string — Valid User ID

## Other responses

- `401` — Unauthorized. Token not found in header

## Changes

> 33 revisions in range; 3 not diffed.

- **2021-10-19** `ccc856258bf0` — 2 warning, 4 info
  - removed the request property `credential`
  - removed the optional property `credential` from the response with the `200` status
  - added the new optional request property `project_id`
  - added the new optional request property `user_id`
  - …2 more
- **2021-06-29** `4c57bc8e963c` — 1 info
  - endpoint added
- **2018-10-29** `50fa096a3906` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api/changes/v1/:project_id/aksks/post.md)

---

[API](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api.md) · [All operations](https://skmtc.dev/sodafoundation/apis/soda-multi-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sodafoundation/soda-multi-cloud-api/revisions/df048c8349b6/schema)
