cURL
curl --request POST \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/object-storage/users/{dataCenterId} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "keys": [ { "accessKey": "<string>", "secretKey": "<string>" } ] } '
{ "dataCenterId": "<string>", "id": "<string>", "projectId": "<string>", "createBy": "<string>", "createTime": "2023-11-07T05:31:56Z", "keys": [ { "accessKey": "<string>", "secretKey": "<string>" } ] }
Creates a new object storage user.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Create object storage user params
Show child attributes
A successful response.