updateNotificationSubscriber


SoftLayer_User_Customer_OpenIdConnect::updateNotificationSubscriber

Update the active status for a notification subscription.

Description

Update the active status for a notification that the user is subscribed to. A notification along with an active flag can be supplied to update the active status for a particular notification subscription.

Parameters

Name Type Description
notificationKeyName string
active int

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_User_Customer_OpenIdConnect/{SoftLayer_User_Customer_OpenIdConnectID}/updateNotificationSubscriber'