Request
api.roomorama.com/v1.0/users.json
Request Headers
{
"Content-Length": 105,
"Content-Type": "application/x-www-form-urlencoded"
}Response Code
201
Response Headers
{
"cache-control": "max-age=0, private, must-revalidate",
"content-type": "application/json; charset=utf-8",
"date": "Tue, 25 Mar 2014 09:27:48 GMT",
"etag": "\"22a6149ec98c7fd297920ed362a7162e\"",
"location": "https://api.roomorama.com/v1.0/me",
"server": "nginx/1.1.19",
"status": "201 Created",
"strict-transport-security": "max-age=31536000",
"x-rack-cache": "invalidate, pass",
"x-ratelimit-limit": "3600",
"x-ratelimit-remaining": "3596",
"x-request-id": "e8ce07a306cce17d6f48b2054a442206",
"x-runtime": "0.335537",
"x-ua-compatible": "IE=Edge,chrome=1",
"content-length": "657",
"connection": "keep-alive"
}{
"result": {
"id": 518298,
"login": "bourairabd",
"email": "bourair....@hotmail.com",
"first_name": "bourair",
"last_name": "abd",
"phone_number": null,
"city": null,
"country": null,
"email2": null,
"description": null,
"date_of_birth": null,
"locale": "en",
"time_zone": "Eastern Time (US & Canada)",
"shoutouts_notifications_frequency": "instant",
"wants_unresponded_inquiries_notification": false,
"wants_daily_guest_summary_notification": false,
"gender": null,
"url": "https://api.roomorama.com/users/bourairabd",
"role": "neither",
"payment_country": null,
"wants_mailings": false,
"created_at": "2014-03-25 09:27:48",
"updated_at": "2014-03-25 09:27:48",
"payment_method": null
},
"status": 201
}