Hi anyone have experience with ontologizing a User object for a subset of Foundry users?

We’d ideally want to make it dynamic based off of Azure AD fields

We’ve done this via batch build of this API endpoint:
https://palantir.com/docs/foundry/api/v2/admin-v2-resources/users/list-users/ (or https://palantir.com/docs/foundry/api/v2/admin-v2-resources/users/search-users/ )
If you map custom AD Attributes in your Auth Provider, you can capture these from attributes

1 Like

alternately if you want something more realtime, triggered by an app interaction, we’ve also set up conditionally visible modals in workshop prompting users to create a “User Record” via action if they don’t have one mapped already (using the workshop multipass variable props)

1 Like