RE: API for Nabble 2 - REST interface updated

Posted by Hugo <Nabble> on
URL: https://support.nabble.com/API-for-Nabble-2-tp792099p5571255.html

The URL of this interface has changed. So please update your system to use the one below:

URL Format
http://<site-domain>/template/TplServlet.jtp?tpl=rest_group_control&owner=<owner-email>&password=<owner-pwd>&user=<user-email>&action=<add/remove>&group=<group-name>

Parameters
    site-domain = The domain of your Nabble app (e.g., "abc.123.n2.nabble.com")
    owner-email = Email of the app owner;
    owner-pwd = Value found in your "password" cookie;
    user-email = Email of the user you want to handle.
    action = either "add" or "remove";
    group-name = The name of the permission group that the user should be added/removed to/from.