Scrumpad API Method: Get information of logged in user



Returns information about the logged in user.

URL:
http://www.scrumpad.com/users/current.format

Formats:
xml

HTTP Method(s):
GET

Authentication:
Http basic authentication is required. Use your ScrumPad user name and password for the authentication.

Parameters:
Not required.

Usage examples:
curl -u user:password http://www.scrumpad.com/users/current.xml

Response(return values):
XML example:

<?xml version="1.0" encoding="UTF-8"?>
<user>
<first-name>John</first-name>
<id>15</id>
<initial>JD</initial>
<last-name>Doe</last-name>
<time-zone>USA EST</time-zone>
<user-name>johndoe</user-name>
</user>
blog comments powered by Disqus