"SoftLayer_" prefix removed for readability.
Get the IMS User Object for the provided OpenIdConnect User ID, or (Optional) IBMid Unique Identifier.
Name | Type | Description |
---|---|---|
openIdConnectUserId | string | The OpenId Connect user id to use for the IMS User lookup |
uniqueIdentifier | string | The Optional unique identifier (in IAMid format) to use for the IMS user lookup, when provided as a second parameter. |
searchInvitationsNotLinksFlag | string | Optional |
accountId | string | Only used if the API is invoked by an Employee (otherwise ignored), but is required in that case |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string, string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_OpenIdConnect_TrustedProfile/getUserForUnifiedInvitation'