Using the REST API, How do I turn off the setting for email notification of "Planned Maintenance"? I have hundreds of user profiles I need to turn this setting off on.
Thanks for any help here!
Using the REST API, How do I turn off the setting for email notification of "Planned Maintenance"? I have hundreds of user profiles I need to turn this setting off on.
Thanks for any help here!
To “turn off” the Subscriptions - Planned Maintenance, you have to do user by user, the same that the customer portal because in rest api you cannot do for all users, but you can try to ¨turn off¨ all the users subscriptions using programing language doing your own code.
Here there is a example code in python to ¨turn off¨ all the users Subscriptions - Planned Maintenance
To ¨turn on¨ you just need to change the attribute ¨active¨ to 1.
Or you can ¨turn off¨ user by user using the followings rest api examples:
Method: POST
Body: Json
Reference:
Or you can use this other rest api:
Method: Post
Body: Json
Reference: