Rally Software

 View Only
Expand all | Collapse all

How to add a existing user into a project with a browser's REST client or Soap UI in Rally

  • 1.  How to add a existing user into a project with a browser's REST client or Soap UI in Rally

    Posted Feb 01, 2017 08:53 PM

    I am trying to add a existing user into a project in Rally using Soap UI and the API exposed by Rally. not sure which endpoint I should  use, also what will be JSON format I should use



  • 2.  Re: How to add a existing user into a project with a browser's REST client or Soap UI in Rally

    Posted Feb 16, 2017 05:03 AM

    Qi Jang,

     

    I know we had a conversation about this on another post, but wanted to check here if that answer helped.  I'll add the basic information here if others may need it.

     

    There is a Knowledge Base Article,  How to create a user with Web Services API, that has an example using curl and some further information.

     

    Basically the payload is:

     

    {"User":{"UserName":"emailformat@ wsapi.com","EmailAddress":"validemail@ domain.com"}}

     

    Posted to the endpoint:

     

    https://rally1.rallydev.com/slm/webservice/v2.0/user/create 

     

    Thanks.

     

    Michael