cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/object-storage/users \ --header 'Authorization: <api-key>'
{ "pageNumber": 123, "pageSize": 123, "totalCount": 123, "users": [ { "dataCenterId": "<string>", "id": "<string>", "projectId": "<string>", "createBy": "<string>", "createTime": "2023-11-07T05:31:56Z", "keys": [ { "accessKey": "<string>", "secretKey": "<string>" } ] } ] }
Lists object storage users within a project.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.
Show child attributes