RallyTools / rally-node

A Node.js Toolkit for Accessing Rally's Webservice API
MIT License
53 stars 25 forks source link

Can not Pull Other UserProfiles #49

Closed ghost closed 3 years ago

ghost commented 4 years ago

When using the API, I am unable to get other user’s UserProfile

I am able to get the UserProfile of the user who’s API key I am using.

I am curious if it is possible to grab any users UserProfile?

QueryStrings (fetch=true)

(UserName = PersonWithAPIKey) -> works (UserName = AnyoneElse) -> doesn’t work

Does the user need elevated permissions or something?