How can I bulk update users?

Return to top

11 Comments

  • Ben Chapman

    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?

    0
  • Dave Dyson

    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.

    0
  • Christian Becker

    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: 

    {
        "users": [
            {
                "email": "abcde@web.de",
                "name": "Test User ABCDE",
                "organization": {
                    "name": "Orga1|Orga2"
                },
                "user_fields": {
                    "organisation1": "Orga1",
                    "organisation2": "Orga2"
                },            
                "details": "",
                "notes": ""
            }
        ]
    }
    0
  • Christopher Boerger

    Hi any updates on having these bulk updates as a native Admin tool? 

    1
  • Sergey
    Zendesk Customer Care

    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.

    0
  • Daniel S

    Hi,

    Will this work to create a functionality (work-space) to be able update in bulk, a number of ticket fields?...thanks

     

    0
  • Josh
    Zendesk Customer Care

    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!

    0
  • CJ Johnson

    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. 

    0
  • Dion
    Zendesk Customer Care
    Hello CJ,

    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
    1. Create a script using the Create or Update Many Users call in the Zendesk API.
    2. Adjust the user objects you want to update.
    3. Run the script.
     
    Regards,

    Dion
     
    0
  • Katrina Watson

    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? 

    0
  • Arianne Batiles
    Zendesk Customer Care

    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!

    0

Please sign in to leave a comment.

Powered by Zendesk