A newer version is available. For the latest information, see the
current release documentation.
Get all API keys for all usersedit
Retrieves the metadata for all of the API keys for all users.
Requestedit
GET /api/v1/users/auth/keys/_all
Responsesedit
-
200
-
(
ApiKeysResponse
) The metadata for the API keys is retrieved.
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request exampleedit
curl -XGET {{hostname}}/api/v1/users/auth/keys/_all \ -u $CLOUD_USER:$CLOUD_KEY