Solved
Can I search users based on a feature (here, API enabled)?
Given that APIv3 is coming out in November, I want to send a message to all my users that are using the API.
However, I don't want to send a message to all 10,000 users. In my brand, users don't have the API enabled by default. Everyone is provisioned as a standard Qualtrics user, and when someone wants the API, we go in to their account and check "enabled" on the API line.
I want to search through all my users to find only those that have API enabled, so that I only email those people about the November change in API.
The user search has User Type, but everyone is a Standard User. Is there a more fine grain search? Is there an API that I can use, perhaps I can write a quick Python program, to search for users in my brand that have the API enabled?
Thanks!
Best answer by djrits
Hi riceball, you can use the list users call to first get the IDs of all users in your brand, then run get user on each one to retrieve their permissions. The API permission looks like it's in result > permissions > controlPanel > accountPermissions > accessAPI in the JSON that's returned.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
