Versions Compared

Key

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

...

  1. A GetUsers API endpoint, to retrieve a list of User Names and User ID’s: …/rest/api/getUsers

  2. A GetUserGroup API endpoint, to retrieve the Group assigned to a particular User ID: …/rest/api/getUserGroup/{{userID}} - Note how , this particular API Endpoint accepts a parameter {{userID}}

...