API Method: GET members

Retrieves a list of members.

Path:

/api/v2/members.#{format}

Formats:

xml, json

HTTP Method(s):

GET

Usage examples:

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

Response:

XML example:

<?xml version="1.0" encoding="UTF-8"?>
<users type="array">
  <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>
  </user>
  <user>
    <created-at type="datetime">2010-10-02T21:58:23+06:00</created-at>
    <email>designer@gmail.com</email>
    <id type="integer">33472</id>
    <jabber-id>designer@gmail.com</jabber-id>
    <job-title></job-title>
    <kind>regular</kind>
    <location>CA</location>
    <msn-id></msn-id>
    <name>Nick</name>
    <phone></phone>
    <skype-id></skype-id>
    <twitter-id></twitter-id>
    <updated-at type="datetime">2011-01-22T01:23:35+05:00</updated-at>
    <photo-url>https://secure.gravatar.com/avatar/945022299409aee475d6fb9e4b55a5b5.png?d=mm&amp;r=PG&amp;s=80</photo-url>
  </user>
  <user>
    <created-at type="datetime">2010-10-17T20:13:07+06:00</created-at>
    <email>anton@gmail.com</email>
    <id type="integer">34331</id>
    <jabber-id>anton@gmail.com</jabber-id>
    <job-title></job-title>
    <kind>owner</kind>
    <location></location>
    <msn-id></msn-id>
    <name>Anton</name>
    <phone></phone>
    <skype-id></skype-id>
    <twitter-id></twitter-id>
    <updated-at type="datetime">2011-01-02T11:13:14+05:00</updated-at>
    <photo-url>https://secure.gravatar.com/avatar/f24c9173af9efe8be0066cb78991cf1c.png?d=mm&amp;r=PG&amp;s=80</photo-url>
  </user>
</users>