When a user calls an action that is backed by a Typescript V1 function, is it possible to access the meta data of the calling user?
Specifically, I want to access their session information so I can pass it along to the External System (Console App OSDK) that my function is reaching out to so that it uses the same Auth context all the way throughout the action call.
You can access user metadata through the TypeScript Ontology SDK functions, which is only available in Typescript V2 due to the extra security mechanisms with V2.
Hi, I am trying to access the groups via the Typescrip V2 OSDK and am getting empty responses even though I can get user information. So this api is working: Get User • API Reference • Palantir