Skip to main content

Hi,

 

We want to logout users at night, automatically through a Process Flow, is there a execute API available for this or a Macro available to this that has the same behavior as the Logout button in License Module? 

 

v15.1.05

Thanks,

Robin

Hi Robin,

I am not sure this would be allowed as that would also present a security risk, no?  Imagine anyone who has access to the Interactive API module executing such an API?

I will inquire but question is whether this is for mobile users, backend or both?

 


Hi Phil,

 

It is for both. 

The same is when anyone who has access to the License Module they could do the same i think..

 

I can do a API SOAP call to logout a user after i retrieve the session_id from DB, i prefer do it with in the application.


Hi Robin,

I have feedback from R&D on this question:

Unfortunately, we don’t have such API. I’m not sure we can also write such, because in module License->Logged Users->Logout – there is a direct call to SecurityManager.Logout( ) method.


Hi Phil,

 

Thank you, i will use the SOAP call then.

 

 


Reply