Skip to main content

Request the S3 Access Key for the given User Id

Get the S3 Access Key for the given user on their email

Path Parameters
  • id int32 required

    ID of the user

Responses

Success


Schema
  • errorMessage string

    Tells about the error occured

  • errorCode ErrorCode

    Possible values: [NO_ERROR, INVALID_INPUT, VALUE_NOT_FOUND, UNKNOWN_EXCEPTION, CONNECTION_PROBLEM, UNKNOWN_SQL_ERROR, INVALID_USER, INVALID_OPERATION_TYPE, INTERNAL_SERVER_PROBLEM, INSUFFICIENT_USER_PERMISSION_ON_ENTITY, INVALID_ENTITY_ID]

    Error code value

GET /v4/user/:id/s3accesskey    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
id — path required
curl -L -X GET 'https://localhost/webconsole/api/V4/User/:id/S3AccessKey' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'