List Credentials
Operation ID: listCredentials
List S3 credentials of the platform user
Request
URI
GET
https://{api_host}/api/v1/tenants/{tenantId}/users/{userId}/s3credentials
COPY
Path Parameters
string
tenantId
Required
The ID of the tenant which the user belongs to
string
userId
Required
The ID of user which the S3 credenitials belong to
Query Parameters
integer
offset
Optional
The start index of credentials to return
integer
limit
Optional
Maximum number of credentials to return
Responses
200
S3 credentials of the platform user are returned
Returns PageOfS3Credentials of type(s) application/json
{
"page_info": {
"total": 1,
"offset": 6,
"limit": 0
},
"items": [
{
"tenant_id": "acme",
"secret_key": "yz8PIwNjmm2zlHX8m7st6BSKh8PCe7bqAaRGkF5K",
"user_id": "961515dd-8348-4cac-8780-5edcb8a87b58",
"access_key": "00e4a3d674aada749f04",
"cd_tenant_id": "40b97e3c-c3b1-4251-b7de-e9637324683f",
"active": true,
"creation_date": "2000-01-23T04:56:07+00:00",
"cd_user_id": "2b4d76d7-89fa-45fb-ab3e-3fa3bb268335",
"username": "rachelw"
},
{
"tenant_id": "acme",
"secret_key": "yz8PIwNjmm2zlHX8m7st6BSKh8PCe7bqAaRGkF5K",
"user_id": "961515dd-8348-4cac-8780-5edcb8a87b58",
"access_key": "00e4a3d674aada749f04",
"cd_tenant_id": "40b97e3c-c3b1-4251-b7de-e9637324683f",
"active": true,
"creation_date": "2000-01-23T04:56:07+00:00",
"cd_user_id": "2b4d76d7-89fa-45fb-ab3e-3fa3bb268335",
"username": "rachelw"
}
]
}
On This Page
S3credential Operations
POST
Create Credential
GET
List Credentials
GET
Query Credentials