# Article Name 3 Ways to Update Users in Your Zapier Account # Article Summary Explore three approaches to update user details in your Zapier account efficiently and keep your automation team organized # Original HTML URL on Toriihq.com https://www.toriihq.com/articles/how-to-update-user-zapier # Details Keeping user records clean in Zapier isn’t busywork; it decides whether Zaps fire correctly and teammates see only what they need. Stale names, wrong roles, or unused logins pile up fast. We’ll break down three practical ways to update those details, inside Zapier, through connected apps, and with an external CSV, so you can pick the method that matches your workflow and team size. ## Use Zapier's UI This quick walkthrough shows how to update an existing member in Zapier’s workspace settings, including role, name, or folder access, without writing code. ### 1. Open the Members page - Sign in and click your profile picture in the top-right corner. - Choose Settings. - In the left sidebar, select Members (Teams) or People (Company). Zapier displays everyone in the workspace. ### 2. Pick the user you need to edit - Scroll the list or type the person’s name in the search bar. - Click the three-dot menu (⋮) or the small arrow beside the name. ### 3. Change the role - Click Edit role. - Choose Member, Admin, or Owner. Only Owners and Admins can change roles. - Hit Save. ### 4. Update folder and app access - From the same menu, select Manage access. - Check or clear the folders, shared Zaps, or connected apps the person can reach. - Click Done. ### 5. Review and finish - Zapier shows a brief success banner. - The user receives an email describing the change, and the new permissions take effect right away. ## Use Torii If you’d rather avoid hopping into Zapier, let Torii [https://www.toriihq.com/] handle the user updates for you. The SaaS management platform pulls every subscription and integration into one dashboard, allowing teams to provision or de-provision accounts, review license details, and handle plenty more. Torii triggers actions the moment a condition is met, turning the Zapier step into a hands-free process. Common triggers include onboarding a new teammate, offboarding a departing employee, renewing a contract, and other milestones. Removing these chores from your to-do list saves real time. Follow the instructions below to update a user in Zapier directly through Torii: ### 1. Sign up for Torii Contact Torii Sales [https://www.toriihq.com/info/request-a-demo] to start a complimentary two-week proof of concept. ### 2. Connect your Zapier account to Torii Once your Torii instance is live, connect your existing Zapier account. Detailed steps are provided here: Zapier integration guide [https://support.toriihq.com/hc/en-us/articles/5729419978011]. ### 3. Create a Torii workflow for Zapier Open the Workflows tab in Torii, pick a trigger, and set the action that updates a user in Zapier. From then on, Torii will pass the update to Zapier each time the trigger fires. ## Use Zapier's API ### 1. Get an access token Grab a bearer token inside the Zapier Developer Platform. If you already have one, move on. If not, exchange your OAuth 2.0 code for a token with: After the response arrives, copy the accesstoken string for later calls. ### 2. Locate the user’s Zapier user ID Make a quick lookup call so you know which record to patch. Scan the returned array for the user you plan to change and note the id property. ### 3. Build the JSON payload Decide which fields need updating and prepare a minimal body. Only include keys that change. ### 4. Send the PATCH request Combine the token with the user ID and push the JSON patch. Receiving a 200 status code confirms the call worked as intended. The body echoes the updated user object, so confirm every field looks right. ### 5. Handle errors and edge cases - A 401 response tells you the token timed out or was typed incorrectly. Refresh it then retry. - A 404 reply signals the ID is wrong or missing. Verify the ID pulled in step 2. - A 422 validation error names the precise field Zapier couldn't accept. Remove or correct that field and resend. Follow those five moves: token, lookup, payload, patch, and validate, and you’ve updated a user through the Platform API. ## Torii for SaaS Management Looking to sharpen your SaaS management strategy and cut wasted spend, while keeping workflows under control? Torii’s SaaS Management Platform lets you: - Uncover shadow apps: AI scans your environment and flags unapproved tools as soon as they show up. - Reduce spend: Identify and eliminate unused seats and redundant software to free up budget. - Automate onboarding/offboarding: Hand off repetitive IT tasks to workflows that run instantly and error-free. - Never miss a renewal: Receive proactive alerts before contracts expire so you can renegotiate or cancel on time. Torii is the first unified SaaS Management Platform, delivering a single, trusted view for Finance, IT, and Security teams. Discover the full platform and request a tailored demo at Torii [https://www.toriihq.com] to see what you can save.