ApiKeys
Generate a new API key for a User
The API Key returned in the result must be saved by the caller, as it cannot be retrieved subsequently from the Octopus server
post/users/{userId}/apikeys
Path parameters
userIdstring required
ID of the user
Request body
Example request
{
"UserId": "Users-1"
}Response
The created API Key, containing the unencrypted value of the key which must be saved by the caller, as it cannot be retrieved subsequently from the Octopus server.
Changes
No recorded changes to this endpoint across all 7 revisions of this API.