Question
Can I bulk update my users?
Answer
Yes. There are three ways to bulk update users within Zendesk:
Import users using the interface
Update Many Users API Call
Super Admin app
Import users using the interface
- Generate a user CSV of your existing users. Then, either a User XML file from your Zendesk Support account (Professional or Enterprise only) or manually create the file.
- Edit the user field columns with your updates.
- Re-import the file into your Zendesk. Navigate to the Customers page in Support and use the Bulk user import feature.
Note: Only one unique identifier is required when existing users are updated using bulk import, such as an email or external ID.
Update Many Users API Call
- Create a script using the Create or Update Many Users call in the Zendesk API.
- Adjust the user objects you want to update.
- Run the script.
For more information, see the article: Bulk importing users.
Super Admin App
The Super Admin App can be used to update agents and end-users quickly. The app can be installed into your account directly from Zendesk Marketplace. For more information on installing apps from the Zendesk Marketplace, see the article: Using the Zendesk Marketplace.
11 Comments
When bulk updating users I need to replace ALL the current tags with a new set in my CSV file. How do I title the column header to run the 'set tags' function that I assume would accomplish this goal?
Hi Ben,
Unfortunately, the CSV Bulk Import functionality does not include the capability to remove existing tags, only to add new ones. You'll need to use the Create or Update Many Users call in the Zendesk API as mentioned in the article above instead.
Hi Zendesk Team and Community,
is it possible to use the Create_or_Update_User API to add multiple Organizations to one User?
We have currently the problem, that we aren't able to import this at once.
Following Code is not able to add both or at least one organization to the customer. Is there any workaround so that we do not have to import this user twice? IN CSV Import Method it's possible to add multiple organizations via |.. in API it doesn't work.
Example Code:
Hi any updates on having these bulk updates as a native Admin tool?
Hi Christian,
Users endpoint will not do the job. Org memberships - will. See this page for API call syntax and some other additional info: Create Many Memberships
Note: above API call will fail, if you will try to update a user with an org, to which he already belongs to. So in short: update users with an org, to which they do not belong yet. This endpoint is best for cases when you need to import new users and they belong to 1 or less organisations.
Hi,
Will this work to create a functionality (work-space) to be able update in bulk, a number of ticket fields?...thanks
Hi Daniel,
Thank you for messaging us.
This functionality only works with users inside Zendesk. What I can recommend is using our API documentation Here.
Currently this is what we have. Hopefully this helps!
What are you allowed to update via this feature? I tried Signature, and it returned as though it was successful, but didn't make any of the updates I had put in.
SIgnatures cannot be updated via Bulk Import at the moment. You can use API if you want to update the signatures of your agents:
Update Many Users API Call
Regards,
Dion
I'm trying to add an external_id to existing users but when I try and run the import it says Email address is already in use. In my file I just have the customers name, email address and external_id. I assumed it would use the email address field to find the record to update but the import just fails every time. Is there a way to add this field to existing users?
Hi Katrina Watson,
I created a ticket on your behalf and will continue to assist you from there. Kindly check your email for updates. Thank you!
Please sign in to leave a comment.