getUsers 方法 - 对比
用途
检索机构中的用户列表。
请求URL
版本 1.0:
https://crm.zoho.com.cn/crm/private/xml/Users/getUsers?authtoken=AuthToken&scope=crmapi&type=The Type of User
版本 2.0:
URL: https://www.zohoapis.com.cn/crm/v2/users
Method: GET
Header: Authorization=Zoho-oauthtoken {oauth_token}
请求参数
版本 1.0 | 版本 2.0 |
---|---|
authtoken=**** | Authorization=Zoho-oauthtoken ***** - 作为一个 Header。 |
scope=crmapi | N/A |
newFormat | N/A |
version | N/A |
type | 和 V1 一样 |
样本响应:
版本 1.0 响应 | 版本 2.0 响应 |
---|---|
<?xml version="1.0" encoding="UTF-8" ?> <users> <user id="1386586000000078001" zuid="400000" website="null" mobile="null" fax="null" phone="7092128573" street="Street1" city="City1" state="Telangana" country="India" zip="50000" language="en_US" timezone="IST" email="user1@zoho.com" role="CEO" profile="Administrator" status="active" confirm="true"> <![CDATA[Bruce Wills]]> </user> .. .. </users> | { "users": [ { "Currency_1": null, "country": "India", "role": { "name": "Senior Manager", "id": "1386586000000026008" }, "city": "City1", "Single_Line_1": null, "language": "en_US", "locale": "en_US", "Isonline": false, "Modified_By": { "name": "Bruce Wills", "id": "1386586000000078001" }, "Date_1": null, "street": "Sreet1", "Currency": "INR", "alias": null, "id": "1386586000000078001", "state": "null", "fax": "null", "country_locale": "US", "first_name": "Bruce", "email": "user1@zoho.com", "Reporting_To": null, "zip": "50000", "created_time": "2017-02-24T23:35:57+05:30", "Modified_Time": ""2018-03-05T16:40:59+05:30", "website": null, "time_format": "hh:mm a", "offset": 19800000, "profile": { "name": "Administrator", "id": "1386586000000026011" }, "mobile": "null", "last_name": "Wills", "time_zone": "Asia/Kolkata", "Created_By": { "name": "Bruce Wills", "id": "1386586000000078001" }, "zuid": "“400000", "confirm": false, "full_name": "Testing Account", "territories": [], "phone": "null", "dob": "null", "Email_1": "null", "date_format": "MM/dd/yyyy", "status": "deleted" }, ... ... ] } |