You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
User provisioning API's patch users: I am trying to update multiple users at one time. I want to update 1000+ employees with username updates. I really dont want to update for each employee individual. We are currently using Postman tool.
We want to update the domain name in the username from MySource to Myhenry.com
Email id is our username.
Below code works for one user. Question is how to update for mutiple users at one go.
Hi @Vinod Kumar,
Welcome to Atlassian Community!
Postman allows you to run collections based on imported data, which is probably what you are looking for. Another option would be to create a script in ruby/perl/whatever that can make API calls and iterate over data. A third option would be to use an iPaaS tool that allow you to create a workflow to do the same.
I have very limited resources to get other tools in my laptop.
Can we use the below code to run for multiple users instead of specifying the ID?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You mentioned above that you are using Postman correct? Did you happen to take a look at the link I provided above to Postman's documentation showing you how to run collections based on imported data? If you take a look at it you will see that you can provide the input and then iterate on it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.