I'm looking to setup an automation where if I enter the email address of a new user, it will automatically do the invite (like Atlassian Admin > Directory > Invite User) to that address. If I can't do it out of the box, is there any API or marketplace app I can use?
Conversely, is there a way to automate suspending users by ID'ing their username?
Hi @Henry Choi
There is no automation for that or a way to access the invite as you see it in the UI.
You can call the API to create a user:
Here is mentioned what to add to the body:
https://community.atlassian.com/t5/Questions/How-can-I-invite-users-in-bulk-using-api/qaq-p/1388790
and then you make another API call to add the user to the groups:
Regards
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.