Apache CloudStack v4.8.0 User API Reference

registerUserKeys

This command allows a user to register for the developer API, returning a secret key and an API key. This request is made through the integration API port, so it is a privileged command and must be made on behalf of a user. It is up to the implementer just how the username and password are entered, and then how that translates to an integration API request. Both secret key and API key should be returned to the user

Request parameters

Parameter NameDescriptionRequired
idUser idtrue

Response Tags

Response NameDescription
apikeythe api key of the registered user
secretkeythe secret key of the registered user