Hello :)
first of all - great job done guys, Piwik is an awesome product.
Though I'm experiencing a bit of problem with the UsersManager.
My intention is to create from within the existing superUser Account new Users, with each holding also new sites.
In concrete terms, one new User-Account for each of our clients, administered from within our superUser Account.
So, I was trying to build the HTTP Request for the Browser to both create the new User and setting its access.
Try I- pushing both methods into one Request:
throwing no error, giving also no result.
Try II - 2 separat Requests:
{HTTP REQUEST for adding a new user}
{HTTP REQUEST for setting its access rights}
I'm sorry to have to bother you with this, but so far I did not find any clue in the documentation or in forums, that seemed completely useful in my case.
Greets,
Becci
first of all - great job done guys, Piwik is an awesome product.
Though I'm experiencing a bit of problem with the UsersManager.
My intention is to create from within the existing superUser Account new Users, with each holding also new sites.
In concrete terms, one new User-Account for each of our clients, administered from within our superUser Account.
So, I was trying to build the HTTP Request for the Browser to both create the new User and setting its access.
Try I- pushing both methods into one Request:
http://stats.none-of-ur-biz.de/piwik.php? &module=API &method=UsersManager.addUser &userLogin=test123 &password=test123 &email=my.name@outlook.com &alias=resa &method=UsersManager.setUserAccess &userLogin=test123 &access=view &idSite=all &token_auth=dexxxxxxxxxxxxxxxxxxxxxxxxxxxxxxce3
throwing no error, giving also no result.
Try II - 2 separat Requests:
{HTTP REQUEST for adding a new user}
http://stats.none-of-your-biz.de/piwik.php? &module=API &method=UsersManager.addUser &userLogin=test123 &password=test123 &email=my.name@outlook.com &alias=resa &token_auth=dexxxxxxxxxxxxxxxxxxxxxxxxce3
{HTTP REQUEST for setting its access rights}
http://stats.none-of-your-biz.de/piwik.php? &module=API &method=UsersManager.setUserAccess &userLogin=test123 &access=view &idSite=all &token_auth=dexxxxxxxxxxxxxxxxxxxxxxxxxxxce3
I'm sorry to have to bother you with this, but so far I did not find any clue in the documentation or in forums, that seemed completely useful in my case.
Greets,
Becci