inviteUserToLinkOpenIdConnect


SoftLayer_User_Customer::inviteUserToLinkOpenIdConnect

Send email invitation to a user to join a SoftLayer account and authenticate with OpenIdConnect.

Description

Send email invitation to a user to join a SoftLayer account and authenticate with OpenIdConnect. Throws an exception on error.

Parameters

Name Type Description
providerType string A value representing the OpenID Connect provider type. Currently “IBMid” is the only supported provider.

Required Headers

Optional Headers

  • None

Return Values

  • void
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer/{SoftLayer_User_CustomerID}/inviteUserToLinkOpenIdConnect'