Hi Guys,
Wanted to know if it's possible for bulk user addition (around 100-150 users) to a custom user group I have created.
I see the option of typing in the mails of users to add and it lets me add around 10 users at a time. Is there a more efficient query or method to multiple users to a custom group in a single go?
Hi @darshan_s1 ,
Use Atlassian Cloud REST API (Recommended for Bulk Additions)
If you have site admin or user management permissions, you can use the REST API:
POST /rest/api/3/group/user
I’d suggest installing an app with a 30 day trial to bulk add the users, then uninstall it.
I build the Admin Automations app, which you could do this with.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @darshan_s1
You can use the REST API to do that.
You can refer to this documentation for more information.
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups/#api-rest-api-3-group-user-post
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.