activateOpenIdConnectUser


SoftLayer_User_Customer_OpenIdConnect::activateOpenIdConnectUser

Completes invitation process for an OIDC user initiated by the

Description

Completes invitation process for an OpenIdConnect user created by Bluemix Unified User Console.

Parameters

Name Type Description
verificationCode string : invitation code used to create the user
userInfo SoftLayer_User_Customer : user object fields to be updated
iamId string Fully qualified (realm-id format) IAMid for the user (optional)

Required Headers

Optional Headers

  • None

Return Values

  • void

Error Handling

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