createOpenIdConnectUserAndCompleteInvitation


SoftLayer_User_Customer_OpenIdConnect::createOpenIdConnectUserAndCompleteInvitation

Completes invitation processing when a new OpenIdConnect user must be created.

Description


Parameters

Name Type Description
providerType string A value representing the OpenID Connect provider type. Currently “IBMid” is the only supported provider.
user SoftLayer_User_Customer user
password string The password user inputted for their account
registrationCode string The registration code or token received from the system where the user identity

Required Headers

Optional Headers

  • None

Return Values

  • void

Error Handling

  • Throw the exception “Error completing registration.” if there was an error completing registration.
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, SoftLayer_User_Customer, string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_OpenIdConnect/createOpenIdConnectUserAndCompleteInvitation'