ListAccessKeys

GET /?Action=ListAccessKeys
Description

Returns information about the access key IDs of a specified user.
If the user does not have any access key ID, this action returns an empty list.

Note

If you exceed the number of identical requests allowed for a configured time period, the Throttling error message is returned.

Body parameter

Required: false
Name: ListAccessKeysRequest

Name Description Required Schema Default Example

Marker

The marker to request the next results page.

false

string

MaxItems

The maximum number of items that can be returned in a single page (by default, 100).

false

integer

UserName

The name of the user.

false

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

ListAccessKeysResponse

Response 200

Response 200

Name Description Required Schema Default Example

AccessKeyMetadata.N

A list of access keys and their metadata.

false

AccessKeyMetadata

IsTruncated

If true, there are more items to return using the marker in a new request.

false

boolean

Marker

The marker to request the next results page.

false

string

ResponseMetadata

Information about the response.

false

ResponseMetadata