"SoftLayer_" prefix removed for readability.
| Name | Type | Description |
|---|---|---|
| invokingIamId | string | The IAMid that initiated the UUM call to add the user. For audit logging purposes only. |
| templateObject | SoftLayer_User_Customer | Object with enough information to eventually build a SoftLayer_User_Customer_OpenIdConnect instance |
| accountList | string[] | A list of IMS account ids in which to create the user represented by the $templateObject |
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/createNewUserInMultipleAccounts'