Create a user’s API authentication key.
Description
Create a user’s API authentication key, allowing that user access to query the SoftLayer API. addApiAuthenticationKey() returns the user’s new API key. Each portal user is allowed only one API key.
Parameters
None
Required Headers
Optional Headers
Return Values
Error Handling
- Throws the exception “Generating an API key for a user in PENDING status is disallowed.” if the given user is in PENDING status.
- Throws the exception “Each user can only have a single API key.” if the given user already has an API key defined.
Associated Methods
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_OpenIdConnect/{SoftLayer_User_Customer_OpenIdConnectID}/addApiAuthenticationKey'