getUsersメソッド - 比較

目的

組織内のユーザーの一覧を取得します。

リクエストURL

バージョン1.0:

https://crm.zoho.com/crm/private/xml/Users/getUsers?authtoken=AuthToken&scope=crmapi&type=The Type of User

バージョン2.0:

URL: https://www.zohoapis.com/crm/v2/users

メソッド:GET

ヘッダー:Authorization=Zoho-oauthtoken {oauth_token}

リクエストパラメーター

バージョン1.0バージョン2.0
authtoken=****Authorization=Zoho-oauthtoken ***** - ヘッダー
scope=crmapiN/A
newFormatN/A
versionN/A
typeV1と同じ

レスポンス例:

+
バージョン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"
   },
   ...
   ...
  ]
 }