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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.