syncCurrentUserPopulationWithPaas


SoftLayer_Account::syncCurrentUserPopulationWithPaas

This method manually starts a synchronize operation for the current IBMid-authenticated user population of a linked account pair. “Manually” means “independent of an account link operation”.

Description


Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • void

Error Handling

  • Throws , ‘Only Employees or Account master users may manually sync existing user populations.’, if the active user is not an Employee or the master user of the account.
  • Throws , ‘Account must be linked before user population can be synced.’, if the account attempting to be synced is not linked.
  • Throws , ‘There was an error syncing users in this account.’, if an error is encountered during the execution of the user sync
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/syncCurrentUserPopulationWithPaas'