Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Start with a REST Get Snap. Set the following properties:
    • Service URLhttps://rally1.rallydev.com/slm/webservice/v2.0/user?query=&fetch=true&start=1&pagesize=200
    • Timeout: 900
    • Process array: Selected
  2. On the Account tab, create a REST Basic Auth account with your Rally username and password.
  3. Add a JSON Splitter Snap. Set the JSON Path to $entity.QueryResult.Results[*]
  4. Add a Mapper Snap. Select the data you want from the input schema and map it to an output path. In this example, we pulled _ref, DisplayName, EmailAddress, and Disabled.

...