My organization has groups with thousands of users in them. The users need to be pre-registered and then added to the correct group(s). Some days I’m required to give access to 100-300 users. I need to simplify this process through some form of automation. Preferably, using a management API or a platform feature. At one point I’ve tried to build an app in palantir but I do not believe applications have access to user management?
Has anyone been in a similar situation and found something that works?
Is there a set criteria for who gets added to what group? You should be able to leverage the Foundry API, in particular the endpoint here: https://www.palantir.com/docs/foundry/api/v2/admin-v2-resources/group-members/add-group-members/
You can then even develop an in platform workshop that runs function-backed actions hitting this endpoint according to your group logic. Hope this helps!
Are there provider groups from your organization’s IDP that you can use to either embed in Foundry’s groups or apply rules using provider groups or other properties? If so you can look into using the features in Group Assignment