Issue a key pair

Issues a new key pair for the admin user.

Request
path Parameters
user_id
required
string

Unique User Identifier

Responses
201

Created

404

Not Found

post/v3/admin/users/{user_id}/keypairs
Response samples
application/json
{
  • "access_key": "access key...",
  • "secret_key": "secret key...",
  • "message": "Keypair created: you will not be able to recover the secret, so take note of it"
}