Add the possibility to automatically/through the API enable client portal for a customer
Add the possibility to automatically enable client portal for a customer. Currently the permissions need be addressed manually via the admin portal for each customer. It would be great to automate this via the API.
Hey Attila,
We are glad to inform you that, we do have an option to enable portal for a customer through the API. You will just have to pass the node is_portal_enabled, when creating a customer (POST —> /customers) or editing a customer (PUT —> /customers/CUSTOMERID ).
Please reach us at support[at]zohosubscriptions[dot]com, if you are facing any other issues regarding the same.
-
Hey Attila,
Thanks for your patience. We have added the support for "is_portal_enabled" node in hosted page APIs. Please give it a try and let us know if you need any further assistance.
-
Hey Attila,
Thanks for bringing this to our notice. We missed to add this node support in hosted pages. We will update you once it is available.
-
Attila Kling commented
Nice, thanks!
Remarks:
- I tried updating my already existing customer -> success
- I tried adding this property when creating my customer via "New subscription - hosted page" (/hostedpages/newsubscription), added the property but no success. Maybe you could add this here aswell to further optimize your workflow. Adding the property here would let us not to initiate an extra update request.Anyways, thumbs up guys ;)