Scheduled Maintenance: Archer Community Temporary Downtime. Learn More here.
2019-05-14 05:42 AM
Hello Everyone,
Just wanted to check if we have any API calls to get the User ID of the logged in user through the session token. Suppose, if user 'A' is logged into Archer, use the session token of user 'A' to get the User ID of 'A'. Is it possible? I did go through the API documentation, but couldn't find any such methods or samples. Any thoughts here? Thanks.
2019-05-14 06:23 AM
OK. I was able to get the User ID without the API call through the custom JavaScript code.
var a = parent.parent.ArcherApp.globals.userId;
But any thoughts on API calls are welcome.
2019-05-14 06:23 AM
OK. I was able to get the User ID without the API call through the custom JavaScript code.
var a = parent.parent.ArcherApp.globals.userId;
But any thoughts on API calls are welcome.
2019-05-14 10:16 AM
2019-05-14 10:39 AM
Thanks Ilya Khen I could have saved some time, if I had looked into the mentioned thread. Thanks as always.
2019-05-14 10:41 AM
Anytime