Yep.
After you have gone through the authentication process for your user, you can just use a query like this:
CODE
http://fantasysports.yahooapis.com/fantasy/v2/users;use_login=1/games;game_keys=242/leagues
You can swap in a different game key to get different results. The key "242" is for Fantasy Football in 2010, so that query will give back league resources for all of the Fantasy Football leagues the current logged in user was a part of during 2010. Note that you can look through the data for the league id, which can then be used in various other queries that ask for the league key as a parameter.
If you wanted the same info for 2007, for example, you would use 175 as your game key instead of 242. There is a list of game keys and what they mean in the docs:
http://developer.yahoo.com/fantasysports/g...e-resource.html