User/updateURL:https://www.youroom.in/billings/<billing_id>/billing_users/<id> Formats:xml, json HTTP methods:PUT Parameters:- billing_id. Required. The id of given enterprise account.
- id. Required. The id of given billing_user account.
- billing_user[name]. Optional. The name of enterprise user name.
- billing_user[can_through_ip_blocking]. Optional. The setting to through IP address blocking. Value is "1" or "0".
- billing_user[user_attributes][email]. Optional. Email address of user who is created.
Response:<?xml version="1.0" encoding="UTF-8"?> <billing-user> <admin type="boolean" nil="true"></admin> <created-at type="datetime">2010-06-04T08:09:01Z</created-at> <name>New user Name</name> <updated-at type="datetime">2010-06-04T08:09:01Z</updated-at> <user> <created-at type="datetime">2010-06-04T08:09:01Z</created-at> <creation-group-left type="integer">3</creation-group-left> <email>valid_email38779@example.com</email> <updated-at type="datetime">2010-06-04T08:09:01Z</updated-at> </user> </billing-user>
|