<< Back to oGoing API Documentation

users/user info

Returns extended information of a given user, specified by ID or screen name as per the required id parameter. The authors most recent status will be returned inline.

URL:

http://api.ogoing.com/users/user_info

Formats:

xml

Requires Authentication

True

Parameters

  • UserName - Specifies the username of the user for whom to return the users home timeline.
  • Password - Password of user
  • PortalName - Portal name where user is registered.

Response

      <User>
         <ID>334</ID>
         <UserName>mike</UserName>
         <FullName>Mike smith</FullName>
         <Location>Boston, MA</Location>
         <Email>[email protected]</Email>
         <TimeZone>-10:00</TimeZone>
         <Description>Chief innovator and marketer at oGoing.</Description>
         <IsProtected>false</IsProtected>
         <NoOfFollower>20</NoOfFollower>
         <NoOfFollowing>35</NoOfFollowing>
         <UpdateCount>250</UpdateCount>
         <HomeTimelineCount>0</HomeTimeLineCount>
      </User>

Usage Example

http://api.ogoing.com/users/user_info?username=user110&password=user110&portalname=http://www.ogoing.com

<< Back to oGoing API Documentation