REST API to get user name for a Bugzilla API Key

Leif Gruenwoldt leifer at gmail.com
Wed Sep 23 20:28:56 UTC 2015


Is there a Bugzilla REST API call to determine the user id with for an api key? 

What I'd like my app to is display the users name once they have  authenticated with an api key (as a sanity check they are signed into the right account in case they are sharing a web browser with a friend, etc). Is this possible?

I expected something like this to return the user id field but it doesn't.

/rest/user/?api_token=foobar

or maybe this

/rest/valid_login?api_token=foobar
_______________________________________________
dev-apps-bugzilla mailing list
dev-apps-bugzilla at lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-apps-bugzilla



More information about the developers mailing list