Inviting user to atlassian

Vignesh Natarajan September 24, 2018

Hi,

I want to invite people to atlassian via script. Could you provide me the Rest APi for inviting user to atlassian.

1 answer

0 votes
AhmadDanial
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 25, 2018

Hello, Vignesh.

Officially, this is being tracked under CRA-563: User CRUD APIs for REST API. If you are looking for alternative to it, you can consider using XMP-RPC and SOAP explained in the User Management documentation:

  • void addUser(String token, User  user, String password) - add a new user with the given password
  • void addUser(String token, User  user, String password, boolean notifyUser) - add a new user with the given password, and optionally send the user a welcome email (since 4.3)

Take note that even though it has been officially deprecated since Confluence 5.5, it will not be removed entirely until the corresponding features are available in the REST API. Give it a try and share the results here.

Additionally, you can also refer to the the article here for additional reference. Thanks.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events