Via the API, I can, given a user’s API key - which not all users have - get a list of all that user’s surveys and surveys they’re collaborating on- limited to the first 100 surveys
QUESTION: Does assigning an API key via API overwrite an existing API key? I was thinking about looping through all users and assigning an API key, so that I can then loop through users and get a list of their surveys, but I’m worried it’ll overwrite any existing API keys and break any API calls the user has. Does anyone know? I’m afraid to try.
Here’s the API call I want to get a list of surveys for a user