Ewon Technical Forum

Full Version: DM user & pool
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi forum!
i want to configure 2 different esync that collect data from the same DataMailbox;
the first esync is configured to access DM whit an user that have the permission on a specific pool,
the second esync is configured with another user (of the same talk2m account of course) that have the permissions on another pool;

it's seem that both users can see all the ewon of the account,  indipendently of the pool they are configured to.

is there a simple way with esync+DMconnector to collect data from ewon that are configured for a specific pool?

many thanks
Hi,

No, unfortunately there is no way to do that except by using two different Talk2M accounts.
Nevertheless this is something considered for the future...

Regards

Simon
but with the api call of DM is possible to retrive the pool of each ewon ?

in this case with a little modification in the php code of the DMconector i can check if an ewon is in a specific pool  and then download only the data of this ewon; in another istance of esync+DMconnector i can check another pool and download only the data of the ewon of the pool.

another question: in my t2m account i have 200 different users; potentially each of this user can connect to the datamailbox and retrive data or whipe out all the data... is there a way to decide the users that can access to the datamailbox?
(17-07-2018, 06:47 PM)iw3bti Wrote: [ -> ]but with the api call of DM is possible to retrive the pool of each ewon ?

in this case with a little modification in the php code of the DMconector i can check if an ewon is in a specific pool  and then download only the data of this ewon; in another aer istance of esync+DMconnector i can check another pool and download only the data of the ewon of the pool.

another question: in my t2m account i have 200 different users; potentially  each of this user can connect to the datamailbox and retrive data or whipe out all the data... is there a way to decide the users that can access to the datamailbox?

I am on here investigating the same concerns in regards to limiting users on our Talk2M account from accessing the datamailbox API. If we can not prevent access or filter by user rights, DataMailbox will not be a useful feature for us.

Will be watching for a reply..
Hi,

No, for the moment, you cannot filter the Datamailbox access using the User access rights. Even a user with no rights at all has access to the Datamailbox.
Again, this is something that we consider for the future but I cannot give any dates for now.

Simon
Hi Guys,

Just to let you know that the API tokens for the Datamailbox are now in place.
With the eCatcher 6.6.4, you can generate tokens to grant access to your T2M Account using the DMBox API (Not available for M2Web API yet).
When defining an API token, you can set the Ewon pool for which you give access to using the token.

See the revamped DMWeb API doc on https://developer.ewon.biz/content/dmweb-api

Simon