"SoftLayer_" prefix removed for readability.
Completes invitation process for an OIDC user initiated by the
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) |
None
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_TrustedProfile/activateOpenIdConnectUser'