createNewUserInMultipleAccounts


SoftLayer_User_Customer_OpenIdConnect::createNewUserInMultipleAccounts

Description


Parameters

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

Required Headers

Optional Headers

  • None

Return Values

  • void
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'