API Method: GET member

Shows the member info and rooms where they are available.

Path:

/api/v2/members/#{user_id}.#{format}

Formats:

xml, json

HTTP Method(s):

GET

Usage examples:

$ curl -u api_token:x https://bigbang.jaconda.im/api/v2/members/18265.xml

Response:

XML example:

<?xml version="1.0" encoding="UTF-8"?>
<user>
  <created-at type="datetime">2010-05-14T20:01:23+06:00</created-at>
  <email>developer@gmail.com</email>
  <id type="integer">18265</id>
  <jabber-id>developer@gmail.com</jabber-id>
  <job-title>Lead engineer</job-title>
  <kind>regular</kind>
  <location>Russia</location>
  <msn-id></msn-id>
  <name>John</name>
  <phone></phone>
  <skype-id>john</skype-id>
  <twitter-id>john</twitter-id>
  <updated-at type="datetime">2011-02-25T15:26:42+05:00</updated-at>
  <photo-url>https://secure.gravatar.com/avatar/eb4b6134f24782361286aae36f1423cb.png?d=mm&amp;r=PG&amp;s=80</photo-url>
  <available-rooms type="array">
    <available-room type="Room">
      <created-at type="datetime">2010-05-14T20:02:04+06:00</created-at>
      <greeting-text>Hi, welcome to Support.</greeting-text>
      <is-public type="boolean">true</is-public>
      <jid>support</jid>
      <title>Support</title>
      <topic>9am to 6pm EST</topic>
      <updated-at type="datetime">2011-02-24T09:57:48+05:00</updated-at>
      <icon-url>https://jaconda.im/images/defaultJacondaIcon.png</icon-url>
    </available-room>
  </available-rooms>
</user>