Access User meta data inside Foundry Typescript Functions

Hello,

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.

Thanks!

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.

1 Like