AKSK
Create a new AKSK for a User.
post/v1/{project_id}/aksks
Path parameters
project_idstring required
AKSK to be generated for User of a Project / Tenant. project_id is same as tenant_id.
Request body
Example request
{
"project_id": "94b280022d0c4401bcf3b0ea85870519",
"user_id": "558057c4256545bd8a307c37464003c9"
}Response
successful operation
Example response
{
"access_key": "1Pq7NVTqFh4uR7vy",
"secret_key": "x3Wbktxj4aSudXwAQJG6ExBmqgEMjVlq"
}