I’m looking for a way to check if a user is part of any project or not, and if they have any responses in a project.
I know that this can be done by looking in the user profile and by exporting all users with the project participation option enabled, but I need to be able to do this in an automated way via an API / Extension setup potentially.
As far as I can see, there are no ways to see if a person is part of any project, except if you create code to look for the same user in all projects one by one, but this is not a viable solution.
Any ideas?
