Back to Collection Items
var
begin
success := CkHttp_QuickGetSb(http,'https://domain.com/crm/v2.1/users',sbResponseBody);CkJsonObject_LoadSb(jResp,sbResponseBody);CkJsonObject_putEmitCompact(jResp,False);CkJsonObject_putI(jResp,i);country := CkJsonObject__stringOf(jResp,'users[i].country');Name := CkJsonObject__stringOf(jResp,'users[i].role.name');Id := CkJsonObject__stringOf(jResp,'users[i].role.id');Notes_desc := CkJsonObject__stringOf(jResp,'users[i].customize_info.notes_desc');Show_right_panel := CkJsonObject__stringOf(jResp,'users[i].customize_info.show_right_panel');Bc_view := CkJsonObject__stringOf(jResp,'users[i].customize_info.bc_view');Show_home := CkJsonObject_BoolOf(jResp,'users[i].customize_info.show_home');Show_detail_view := CkJsonObject_BoolOf(jResp,'users[i].customize_info.show_detail_view');Unpin_recent_item := CkJsonObject__stringOf(jResp,'users[i].customize_info.unpin_recent_item');city := CkJsonObject__stringOf(jResp,'users[i].city');signature := CkJsonObject__stringOf(jResp,'users[i].signature');sort_order_preference := CkJsonObject__stringOf(jResp,'users[i].sort_order_preference');name_format := CkJsonObject__stringOf(jResp,'users[i].name_format');language := CkJsonObject__stringOf(jResp,'users[i].language');locale := CkJsonObject__stringOf(jResp,'users[i].locale');microsoft := CkJsonObject_BoolOf(jResp,'users[i].microsoft');personal_account := CkJsonObject_BoolOf(jResp,'users[i].personal_account');Isonline := CkJsonObject_BoolOf(jResp,'users[i].Isonline');default_tab_group := CkJsonObject__stringOf(jResp,'users[i].default_tab_group');Modified_ByName := CkJsonObject__stringOf(jResp,'users[i].Modified_By.name');Modified_ById := CkJsonObject__stringOf(jResp,'users[i].Modified_By.id');street := CkJsonObject__stringOf(jResp,'users[i].street');v_Currency := CkJsonObject__stringOf(jResp,'users[i].Currency');alias := CkJsonObject__stringOf(jResp,'users[i].alias');Font_color := CkJsonObject__stringOf(jResp,'users[i].theme.normal_tab.font_color');Background := CkJsonObject__stringOf(jResp,'users[i].theme.normal_tab.background');Selected_tabFont_color := CkJsonObject__stringOf(jResp,'users[i].theme.selected_tab.font_color');Selected_tabBackground := CkJsonObject__stringOf(jResp,'users[i].theme.selected_tab.background');New_background := CkJsonObject__stringOf(jResp,'users[i].theme.new_background');themeBackground := CkJsonObject__stringOf(jResp,'users[i].theme.background');Screen := CkJsonObject__stringOf(jResp,'users[i].theme.screen');v_Type := CkJsonObject__stringOf(jResp,'users[i].theme.type');id := CkJsonObject__stringOf(jResp,'users[i].id');state := CkJsonObject__stringOf(jResp,'users[i].state');fax := CkJsonObject__stringOf(jResp,'users[i].fax');country_locale := CkJsonObject__stringOf(jResp,'users[i].country_locale');sandboxDeveloper := CkJsonObject_BoolOf(jResp,'users[i].sandboxDeveloper');first_name := CkJsonObject__stringOf(jResp,'users[i].first_name');email := CkJsonObject__stringOf(jResp,'users[i].email');Reporting_To := CkJsonObject__stringOf(jResp,'users[i].Reporting_To');zip := CkJsonObject__stringOf(jResp,'users[i].zip');decimal_separator := CkJsonObject__stringOf(jResp,'users[i].decimal_separator');created_time := CkJsonObject__stringOf(jResp,'users[i].created_time');website := CkJsonObject__stringOf(jResp,'users[i].website');Modified_Time := CkJsonObject__stringOf(jResp,'users[i].Modified_Time');time_format := CkJsonObject__stringOf(jResp,'users[i].time_format');offset := CkJsonObject_IntOf(jResp,'users[i].offset');profileName := CkJsonObject__stringOf(jResp,'users[i].profile.name');profileId := CkJsonObject__stringOf(jResp,'users[i].profile.id');mobile := CkJsonObject__stringOf(jResp,'users[i].mobile');last_name := CkJsonObject__stringOf(jResp,'users[i].last_name');time_zone := CkJsonObject__stringOf(jResp,'users[i].time_zone');created_byName := CkJsonObject__stringOf(jResp,'users[i].created_by.name');created_byId := CkJsonObject__stringOf(jResp,'users[i].created_by.id');zuid := CkJsonObject__stringOf(jResp,'users[i].zuid');confirm := CkJsonObject_BoolOf(jResp,'users[i].confirm');full_name := CkJsonObject__stringOf(jResp,'users[i].full_name');phone := CkJsonObject__stringOf(jResp,'users[i].phone');dob := CkJsonObject__stringOf(jResp,'users[i].dob');CkJsonObject_DtOf(jResp,'users[i].date_format',False,date_format);status := CkJsonObject__stringOf(jResp,'users[i].status');j := 0;count_j := CkJsonObject_SizeOfArray(jResp,'users[i].territories');CkJsonObject_putJ(jResp,j);manager := CkJsonObject_BoolOf(jResp,'users[i].territories[j].manager');name := CkJsonObject__stringOf(jResp,'users[i].territories[j].name');id := CkJsonObject__stringOf(jResp,'users[i].territories[j].id');j := j + 1;i := i + 1;
Curl Command
curl -X GET
-H "Authorization: Bearer <access_token>"
-H "Authorization: {{authorization-token}}"
https://domain.com/crm/v2.1/users
Postman Collection Item JSON
{
"name": "Users Data",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "{{access-token}}",
"type": "string"
}
]
},
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
]
},
"description": "To retrieve the users' data specified in the API request. You can specify the type of users that needs to be retrieved using the Users API. For example, use type=AllUsers, to get the list of all the CRM users available. \n\nRefer to [help doc](https://www.zoho.com/crm/developer/docs/api/v2.1/get-users.html) to know more. "
},
"response": [
{
"name": "P1: type=AllUsers",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users?type=AllUsers",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
],
"query": [
{
"key": "type",
"value": "AllUsers"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 12:52:48 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Expires",
"value": "Thu, 01 Jan 1970 00:00:00 GMT"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-ACCESSTOKEN-RESET",
"value": "2021-05-04T13:49:35+00:00"
},
{
"key": "clientVersion",
"value": "4004813"
},
{
"key": "clientsubVersion",
"value": "fb33599b767b94d06d2bd2529079b386"
},
{
"key": "Content-Disposition",
"value": "attachment; filename=response.json"
},
{
"key": "vary",
"value": "accept-encoding"
},
{
"key": "Content-Encoding",
"value": "gzip"
},
{
"key": "Content-Language",
"value": "en-US"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=15768000"
}
],
"cookie": [
],
"body": "{\n \"users\": [\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"CEO\",\n \"id\": \"738964000000015966\"\n },\n \"customize_info\": {\n \"notes_desc\": null,\n \"show_right_panel\": null,\n \"bc_view\": null,\n \"show_home\": false,\n \"show_detail_view\": true,\n \"unpin_recent_item\": null\n },\n \"city\": null,\n \"signature\": null,\n \"sort_order_preference\": \"First Name,Last Name\",\n \"name_format\": \"Salutation,First Name,Last Name\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"personal_account\": false,\n \"Isonline\": false,\n \"default_tab_group\": \"0\",\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": null,\n \"Currency\": \"AFN\",\n \"alias\": null,\n \"theme\": {\n \"normal_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"selected_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"new_background\": null,\n \"background\": \"#F3F0EB\",\n \"screen\": \"fixed\",\n \"type\": \"default\"\n },\n \"id\": \"738964000000291009\",\n \"state\": null,\n \"fax\": null,\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"patricia.b@zohocorp.com\",\n \"Reporting_To\": null,\n \"zip\": null,\n \"decimal_separator\": \"en_IN\",\n \"created_time\": \"2019-11-26T13:00:28+00:00\",\n \"website\": null,\n \"Modified_Time\": \"2020-10-20T13:24:46+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 0,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": null,\n \"last_name\": \"Boyle\",\n \"time_zone\": \"GMT\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": \"60034346\",\n \"confirm\": true,\n \"full_name\": \"Patrcia Boyle\",\n \"territories\": [\n {\n \"manager\": true,\n \"name\": \"Zylker\",\n \"id\": \"738964000001977341\"\n },\n {\n \"manager\": true,\n \"name\": \"South Zone\",\n \"id\": \"738964000001977355\"\n }\n ],\n \"phone\": \"9597538144\",\n \"dob\": null,\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n },\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"Manager\",\n \"id\": \"738964000000015969\"\n },\n \"city\": \"Austin\",\n \"sort_order_preference\": \"null\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"Isonline\": false,\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": \"6800 Burleson Rd, Building 310, Suite 200\",\n \"Currency\": \"AFN\",\n \"alias\": \"Patricia\",\n \"id\": \"738964000002006002\",\n \"state\": \"Texas\",\n \"fax\": \"444-222\",\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"Patricia@abcl.com\",\n \"Reporting_To\": null,\n \"zip\": \"78744\",\n \"created_time\": \"2021-03-31T07:38:23+00:00\",\n \"website\": \"www.patriciaboyle.com\",\n \"Modified_Time\": \"2021-03-31T07:53:02+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 19800000,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": \"9000000000\",\n \"last_name\": \"Boyle\",\n \"time_zone\": \"Asia/Kolkata\",\n \"created_by\": {\n \"name\": \"Patrcia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": null,\n \"confirm\": false,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [],\n \"phone\": \"044-71817070\",\n \"dob\": \"1996-02-01\",\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n },\n {\n \"country\": null,\n \"role\": {\n \"name\": \"CEO\",\n \"id\": \"738964000000015966\"\n },\n \"city\": null,\n \"sort_order_preference\": \"null\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"Isonline\": false,\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": null,\n \"Currency\": null,\n \"alias\": null,\n \"id\": \"738964000002058003\",\n \"state\": null,\n \"fax\": null,\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"patricia@abc.com\",\n \"Reporting_To\": null,\n \"zip\": null,\n \"created_time\": \"2021-04-21T08:49:48+00:00\",\n \"website\": null,\n \"Modified_Time\": \"2021-04-21T08:49:48+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 0,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": null,\n \"last_name\": \"Boyle\",\n \"time_zone\": \"GMT\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": null,\n \"confirm\": false,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [],\n \"phone\": null,\n \"dob\": null,\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n }\n ],\n \"info\": {\n \"per_page\": 200,\n \"count\": 3,\n \"page\": 1,\n \"more_records\": false\n }\n}"
},
{
"name": "P2: type=ActiveUsers",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users?type=ActiveUsers",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
],
"query": [
{
"key": "type",
"value": "ActiveUsers"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 12:53:15 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Expires",
"value": "Thu, 01 Jan 1970 00:00:00 GMT"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-ACCESSTOKEN-RESET",
"value": "2021-05-04T13:49:35+00:00"
},
{
"key": "clientVersion",
"value": "4004813"
},
{
"key": "clientsubVersion",
"value": "fb33599b767b94d06d2bd2529079b386"
},
{
"key": "Content-Disposition",
"value": "attachment; filename=response.json"
},
{
"key": "vary",
"value": "accept-encoding"
},
{
"key": "Content-Encoding",
"value": "gzip"
},
{
"key": "Content-Language",
"value": "en-US"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=15768000"
}
],
"cookie": [
],
"body": "{\n \"users\": [\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"CEO\",\n \"id\": \"738964000000015966\"\n },\n \"customize_info\": {\n \"notes_desc\": null,\n \"show_right_panel\": null,\n \"bc_view\": null,\n \"show_home\": false,\n \"show_detail_view\": true,\n \"unpin_recent_item\": null\n },\n \"city\": null,\n \"signature\": null,\n \"sort_order_preference\": \"First Name,Last Name\",\n \"name_format\": \"Salutation,First Name,Last Name\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"personal_account\": false,\n \"Isonline\": false,\n \"default_tab_group\": \"0\",\n \"Modified_By\": {\n \"name\": \"Patricia\",\n \"id\": \"738964000000291009\"\n },\n \"street\": null,\n \"Currency\": \"AFN\",\n \"alias\": null,\n \"theme\": {\n \"normal_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"selected_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"new_background\": null,\n \"background\": \"#F3F0EB\",\n \"screen\": \"fixed\",\n \"type\": \"default\"\n },\n \"id\": \"738964000000291009\",\n \"state\": null,\n \"fax\": null,\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"patricia.b@zylker.com\",\n \"Reporting_To\": null,\n \"zip\": null,\n \"decimal_separator\": \"en_IN\",\n \"created_time\": \"2019-11-26T13:00:28+00:00\",\n \"website\": null,\n \"Modified_Time\": \"2020-10-20T13:24:46+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 0,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": null,\n \"last_name\": \"Boyle\",\n \"time_zone\": \"GMT\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": \"60034346\",\n \"confirm\": true,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [\n {\n \"manager\": true,\n \"name\": \"Zylker\",\n \"id\": \"738964000001977341\"\n },\n {\n \"manager\": true,\n \"name\": \"South Zone\",\n \"id\": \"738964000001977355\"\n }\n ],\n \"phone\": \"9597538144\",\n \"dob\": null,\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n },\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"Manager\",\n \"id\": \"738964000000015969\"\n },\n \"city\": \"Austin\",\n \"sort_order_preference\": \"null\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"Isonline\": false,\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": \"6800 Burleson Rd, Building 310, Suite 200\",\n \"Currency\": \"AFN\",\n \"alias\": \"Patricia\",\n \"id\": \"738964000002006002\",\n \"state\": \"Texas\",\n \"fax\": \"444-222\",\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"Patricia@abcl.com\",\n \"Reporting_To\": null,\n \"zip\": \"78744\",\n \"created_time\": \"2021-03-31T07:38:23+00:00\",\n \"website\": \"www.patriciaboyle.com\",\n \"Modified_Time\": \"2021-03-31T07:53:02+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 19800000,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": \"9000000000\",\n \"last_name\": \"Boyle\",\n \"time_zone\": \"Asia/Kolkata\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": null,\n \"confirm\": false,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [],\n \"phone\": \"044-71817070\",\n \"dob\": \"1996-02-01\",\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n },\n {\n \"country\": null,\n \"role\": {\n \"name\": \"CEO\",\n \"id\": \"738964000000015966\"\n },\n \"city\": null,\n \"sort_order_preference\": \"null\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"Isonline\": false,\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": null,\n \"Currency\": null,\n \"alias\": null,\n \"id\": \"738964000002058003\",\n \"state\": null,\n \"fax\": null,\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"patricia@abc.com\",\n \"Reporting_To\": null,\n \"zip\": null,\n \"created_time\": \"2021-04-21T08:49:48+00:00\",\n \"website\": null,\n \"Modified_Time\": \"2021-04-21T08:49:48+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 0,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": null,\n \"last_name\": \"Boyle\",\n \"time_zone\": \"GMT\",\n \"created_by\": {\n \"name\": \"Patrcia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": null,\n \"confirm\": false,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [],\n \"phone\": null,\n \"dob\": null,\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n }\n ],\n \"info\": {\n \"per_page\": 200,\n \"count\": 3,\n \"page\": 1,\n \"more_records\": false\n }\n}"
},
{
"name": "P3: type=DeactiveUsers",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users?type=DeactiveUsers",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
],
"query": [
{
"key": "type",
"value": "DeactiveUsers"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 12:54:06 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Expires",
"value": "Thu, 01 Jan 1970 00:00:00 GMT"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-ACCESSTOKEN-RESET",
"value": "2021-05-04T13:49:35+00:00"
},
{
"key": "clientVersion",
"value": "4004813"
},
{
"key": "clientsubVersion",
"value": "fb33599b767b94d06d2bd2529079b386"
},
{
"key": "Content-Disposition",
"value": "attachment; filename=response.json"
},
{
"key": "vary",
"value": "accept-encoding"
},
{
"key": "Content-Encoding",
"value": "gzip"
},
{
"key": "Content-Language",
"value": "en-US"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=15768000"
}
],
"cookie": [
],
"body": "{\n \"users\": [\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"Manager\",\n \"id\": \"738964000000015969\"\n },\n \"city\": \"Austin\",\n \"sort_order_preference\": \"null\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"Isonline\": false,\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": \"6800 Burleson Rd, Building 310, Suite 200\",\n \"Currency\": \"AFN\",\n \"alias\": \"Patricia\",\n \"id\": \"738964000002006002\",\n \"state\": \"Texas\",\n \"fax\": \"444-222\",\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"Patricia@abcl.com\",\n \"Reporting_To\": null,\n \"zip\": \"78744\",\n \"created_time\": \"2021-03-31T07:38:23+00:00\",\n \"website\": \"www.patriciaboyle.com\",\n \"Modified_Time\": \"2021-05-04T12:54:03+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 19800000,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": \"9000000000\",\n \"last_name\": \"Boyle\",\n \"time_zone\": \"Asia/Kolkata\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": null,\n \"confirm\": false,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [],\n \"phone\": \"044-71817070\",\n \"dob\": \"1996-02-01\",\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"disabled\"\n }\n ],\n \"info\": {\n \"per_page\": 200,\n \"count\": 1,\n \"page\": 1,\n \"more_records\": false\n }\n}"
},
{
"name": "P4: type=ConfirmedUsers",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users?type=ConfirmedUsers",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
],
"query": [
{
"key": "type",
"value": "ConfirmedUsers"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 12:54:21 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Expires",
"value": "Thu, 01 Jan 1970 00:00:00 GMT"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-ACCESSTOKEN-RESET",
"value": "2021-05-04T13:49:35+00:00"
},
{
"key": "clientVersion",
"value": "4004813"
},
{
"key": "clientsubVersion",
"value": "fb33599b767b94d06d2bd2529079b386"
},
{
"key": "Content-Disposition",
"value": "attachment; filename=response.json"
},
{
"key": "vary",
"value": "accept-encoding"
},
{
"key": "Content-Encoding",
"value": "gzip"
},
{
"key": "Content-Language",
"value": "en-US"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=15768000"
}
],
"cookie": [
],
"body": "{\n \"users\": [\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"CEO\",\n \"id\": \"738964000000015966\"\n },\n \"customize_info\": {\n \"notes_desc\": null,\n \"show_right_panel\": null,\n \"bc_view\": null,\n \"show_home\": false,\n \"show_detail_view\": true,\n \"unpin_recent_item\": null\n },\n \"city\": null,\n \"signature\": null,\n \"sort_order_preference\": \"First Name,Last Name\",\n \"name_format\": \"Salutation,First Name,Last Name\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"personal_account\": false,\n \"Isonline\": false,\n \"default_tab_group\": \"0\",\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": null,\n \"Currency\": \"AFN\",\n \"alias\": null,\n \"theme\": {\n \"normal_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"selected_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"new_background\": null,\n \"background\": \"#F3F0EB\",\n \"screen\": \"fixed\",\n \"type\": \"default\"\n },\n \"id\": \"738964000000291009\",\n \"state\": null,\n \"fax\": null,\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"patricia.b@zohocorp.com\",\n \"Reporting_To\": null,\n \"zip\": null,\n \"decimal_separator\": \"en_IN\",\n \"created_time\": \"2019-11-26T13:00:28+00:00\",\n \"website\": null,\n \"Modified_Time\": \"2020-10-20T13:24:46+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 0,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": null,\n \"last_name\": \"Boyle\",\n \"time_zone\": \"GMT\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": \"60034346\",\n \"confirm\": true,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [\n {\n \"manager\": true,\n \"name\": \"Zylker\",\n \"id\": \"738964000001977341\"\n },\n {\n \"manager\": true,\n \"name\": \"South Zone\",\n \"id\": \"738964000001977355\"\n }\n ],\n \"phone\": \"9597538144\",\n \"dob\": null,\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n }\n ],\n \"info\": {\n \"per_page\": 200,\n \"count\": 1,\n \"page\": 1,\n \"more_records\": false\n }\n}"
},
{
"name": "P5: type=NotConfirmedUsers",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users?type=NotConfirmedUsers",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
],
"query": [
{
"key": "type",
"value": "NotConfirmedUsers"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 12:54:37 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Expires",
"value": "Thu, 01 Jan 1970 00:00:00 GMT"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-ACCESSTOKEN-RESET",
"value": "2021-05-04T13:49:35+00:00"
},
{
"key": "clientVersion",
"value": "4004813"
},
{
"key": "clientsubVersion",
"value": "fb33599b767b94d06d2bd2529079b386"
},
{
"key": "Content-Disposition",
"value": "attachment; filename=response.json"
},
{
"key": "vary",
"value": "accept-encoding"
},
{
"key": "Content-Encoding",
"value": "gzip"
},
{
"key": "Content-Language",
"value": "en-US"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=15768000"
}
],
"cookie": [
],
"body": "{\n \"users\": [\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"Manager\",\n \"id\": \"738964000000015969\"\n },\n \"city\": \"Austin\",\n \"sort_order_preference\": \"null\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"Isonline\": false,\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": \"6800 Burleson Rd, Building 310, Suite 200\",\n \"Currency\": \"AFN\",\n \"alias\": \"Patricia\",\n \"id\": \"738964000002006002\",\n \"state\": \"Texas\",\n \"fax\": \"444-222\",\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"Patricia@abcl.com\",\n \"Reporting_To\": null,\n \"zip\": \"78744\",\n \"created_time\": \"2021-03-31T07:38:23+00:00\",\n \"website\": \"www.patriciaboyle.com\",\n \"Modified_Time\": \"2021-05-04T12:54:03+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 19800000,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": \"9000000000\",\n \"last_name\": \"Boyle\",\n \"time_zone\": \"Asia/Kolkata\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": null,\n \"confirm\": false,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [],\n \"phone\": \"044-71817070\",\n \"dob\": \"1996-02-01\",\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"disabled\"\n },\n {\n \"country\": null,\n \"role\": {\n \"name\": \"CEO\",\n \"id\": \"738964000000015966\"\n },\n \"city\": null,\n \"sort_order_preference\": \"null\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"Isonline\": false,\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": null,\n \"Currency\": null,\n \"alias\": null,\n \"id\": \"738964000002058003\",\n \"state\": null,\n \"fax\": null,\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"patricia@abc.com\",\n \"Reporting_To\": null,\n \"zip\": null,\n \"created_time\": \"2021-04-21T08:49:48+00:00\",\n \"website\": null,\n \"Modified_Time\": \"2021-04-21T08:49:48+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 0,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": null,\n \"last_name\": \"Boyle\",\n \"time_zone\": \"GMT\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": null,\n \"confirm\": false,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [],\n \"phone\": null,\n \"dob\": null,\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n }\n ],\n \"info\": {\n \"per_page\": 200,\n \"count\": 2,\n \"page\": 1,\n \"more_records\": false\n }\n}"
},
{
"name": "P6: type=DeletedUsers",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users?type=DeletedUsers",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
],
"query": [
{
"key": "type",
"value": "DeletedUsers"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 12:55:16 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Expires",
"value": "Thu, 01 Jan 1970 00:00:00 GMT"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-ACCESSTOKEN-RESET",
"value": "2021-05-04T13:49:35+00:00"
},
{
"key": "clientVersion",
"value": "4004813"
},
{
"key": "clientsubVersion",
"value": "fb33599b767b94d06d2bd2529079b386"
},
{
"key": "Content-Disposition",
"value": "attachment; filename=response.json"
},
{
"key": "vary",
"value": "accept-encoding"
},
{
"key": "Content-Encoding",
"value": "gzip"
},
{
"key": "Content-Language",
"value": "en-US"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=15768000"
}
],
"cookie": [
],
"body": "{\n \"users\": [\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"Manager\",\n \"id\": \"738964000000015969\"\n },\n \"city\": \"Austin\",\n \"sort_order_preference\": \"null\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"Isonline\": false,\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": \"6800 Burleson Rd, Building 310, Suite 200\",\n \"Currency\": \"AFN\",\n \"alias\": \"Patricia\",\n \"id\": \"738964000002006002\",\n \"state\": \"Texas\",\n \"fax\": \"444-222\",\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"Patricia@abcl.com\",\n \"Reporting_To\": null,\n \"zip\": \"78744\",\n \"created_time\": \"2021-03-31T07:38:23+00:00\",\n \"website\": \"www.patriciaboyle.com\",\n \"Modified_Time\": \"2021-05-04T12:55:14+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 19800000,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": \"9000000000\",\n \"last_name\": \"Boyle\",\n \"time_zone\": \"Asia/Kolkata\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": null,\n \"confirm\": false,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [],\n \"phone\": \"044-71817070\",\n \"dob\": \"1996-02-01\",\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"deleted\"\n }\n ],\n \"info\": {\n \"per_page\": 200,\n \"count\": 1,\n \"page\": 1,\n \"more_records\": false\n }\n}"
},
{
"name": "P7: type=ActiveConfirmedUsers",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users?type=ActiveConfirmedUsers",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
],
"query": [
{
"key": "type",
"value": "ActiveConfirmedUsers"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 12:55:35 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Expires",
"value": "Thu, 01 Jan 1970 00:00:00 GMT"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-ACCESSTOKEN-RESET",
"value": "2021-05-04T13:49:35+00:00"
},
{
"key": "clientVersion",
"value": "4004813"
},
{
"key": "clientsubVersion",
"value": "fb33599b767b94d06d2bd2529079b386"
},
{
"key": "Content-Disposition",
"value": "attachment; filename=response.json"
},
{
"key": "vary",
"value": "accept-encoding"
},
{
"key": "Content-Encoding",
"value": "gzip"
},
{
"key": "Content-Language",
"value": "en-US"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=15768000"
}
],
"cookie": [
],
"body": "{\n \"users\": [\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"CEO\",\n \"id\": \"738964000000015966\"\n },\n \"customize_info\": {\n \"notes_desc\": null,\n \"show_right_panel\": null,\n \"bc_view\": null,\n \"show_home\": false,\n \"show_detail_view\": true,\n \"unpin_recent_item\": null\n },\n \"city\": null,\n \"signature\": null,\n \"sort_order_preference\": \"First Name,Last Name\",\n \"name_format\": \"Salutation,First Name,Last Name\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"personal_account\": false,\n \"Isonline\": true,\n \"default_tab_group\": \"0\",\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": null,\n \"Currency\": \"AFN\",\n \"alias\": null,\n \"theme\": {\n \"normal_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"selected_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"new_background\": null,\n \"background\": \"#F3F0EB\",\n \"screen\": \"fixed\",\n \"type\": \"default\"\n },\n \"id\": \"738964000000291009\",\n \"state\": null,\n \"fax\": null,\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"patricia@zohocorp.com\",\n \"Reporting_To\": null,\n \"zip\": null,\n \"decimal_separator\": \"en_IN\",\n \"created_time\": \"2019-11-26T13:00:28+00:00\",\n \"website\": null,\n \"Modified_Time\": \"2020-10-20T13:24:46+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 0,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": null,\n \"last_name\": \"Boyle\",\n \"time_zone\": \"GMT\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": \"60034346\",\n \"confirm\": true,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [\n {\n \"manager\": true,\n \"name\": \"Zylker\",\n \"id\": \"738964000001977341\"\n },\n {\n \"manager\": true,\n \"name\": \"South Zone\",\n \"id\": \"738964000001977355\"\n }\n ],\n \"phone\": \"9597538144\",\n \"dob\": null,\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n }\n ],\n \"info\": {\n \"per_page\": 200,\n \"count\": 1,\n \"page\": 1,\n \"more_records\": false\n }\n}"
},
{
"name": "P8: type=AdminUsers",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users?type=AdminUsers",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
],
"query": [
{
"key": "type",
"value": "AdminUsers"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 12:55:53 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Expires",
"value": "Thu, 01 Jan 1970 00:00:00 GMT"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-ACCESSTOKEN-RESET",
"value": "2021-05-04T13:49:35+00:00"
},
{
"key": "clientVersion",
"value": "4004813"
},
{
"key": "clientsubVersion",
"value": "fb33599b767b94d06d2bd2529079b386"
},
{
"key": "Content-Disposition",
"value": "attachment; filename=response.json"
},
{
"key": "vary",
"value": "accept-encoding"
},
{
"key": "Content-Encoding",
"value": "gzip"
},
{
"key": "Content-Language",
"value": "en-US"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=15768000"
}
],
"cookie": [
],
"body": "{\n \"users\": [\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"CEO\",\n \"id\": \"738964000000015966\"\n },\n \"customize_info\": {\n \"notes_desc\": null,\n \"show_right_panel\": null,\n \"bc_view\": null,\n \"show_home\": false,\n \"show_detail_view\": true,\n \"unpin_recent_item\": null\n },\n \"city\": null,\n \"signature\": null,\n \"sort_order_preference\": \"First Name,Last Name\",\n \"name_format\": \"Salutation,First Name,Last Name\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"personal_account\": false,\n \"Isonline\": true,\n \"default_tab_group\": \"0\",\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": null,\n \"Currency\": \"AFN\",\n \"alias\": null,\n \"theme\": {\n \"normal_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"selected_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"new_background\": null,\n \"background\": \"#F3F0EB\",\n \"screen\": \"fixed\",\n \"type\": \"default\"\n },\n \"id\": \"738964000000291009\",\n \"state\": null,\n \"fax\": null,\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"patricia@zohocorp.com\",\n \"Reporting_To\": null,\n \"zip\": null,\n \"decimal_separator\": \"en_IN\",\n \"created_time\": \"2019-11-26T13:00:28+00:00\",\n \"website\": null,\n \"Modified_Time\": \"2020-10-20T13:24:46+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 0,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": null,\n \"last_name\": \"Boyle\",\n \"time_zone\": \"GMT\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": \"60034346\",\n \"confirm\": true,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [\n {\n \"manager\": true,\n \"name\": \"Zylker\",\n \"id\": \"738964000001977341\"\n },\n {\n \"manager\": true,\n \"name\": \"South Zone\",\n \"id\": \"738964000001977355\"\n }\n ],\n \"phone\": \"9597538144\",\n \"dob\": null,\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n },\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"Manager\",\n \"id\": \"738964000000015969\"\n },\n \"city\": \"Austin\",\n \"sort_order_preference\": \"null\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"Isonline\": false,\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": \"6800 Burleson Rd, Building 310, Suite 200\",\n \"Currency\": \"AFN\",\n \"alias\": \"Patricia\",\n \"id\": \"738964000002006002\",\n \"state\": \"Texas\",\n \"fax\": \"444-222\",\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"Patricia@abcl.com\",\n \"Reporting_To\": null,\n \"zip\": \"78744\",\n \"created_time\": \"2021-03-31T07:38:23+00:00\",\n \"website\": \"www.patriciaboyle.com\",\n \"Modified_Time\": \"2021-05-04T12:55:14+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 19800000,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": \"9000000000\",\n \"last_name\": \"Boyle\",\n \"time_zone\": \"Asia/Kolkata\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": null,\n \"confirm\": false,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [],\n \"phone\": \"044-71817070\",\n \"dob\": \"1996-02-01\",\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"deleted\"\n },\n {\n \"country\": null,\n \"role\": {\n \"name\": \"CEO\",\n \"id\": \"738964000000015966\"\n },\n \"city\": null,\n \"sort_order_preference\": \"null\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"Isonline\": false,\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": null,\n \"Currency\": null,\n \"alias\": null,\n \"id\": \"738964000002058003\",\n \"state\": null,\n \"fax\": null,\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"patricia@abc.com\",\n \"Reporting_To\": null,\n \"zip\": null,\n \"created_time\": \"2021-04-21T08:49:48+00:00\",\n \"website\": null,\n \"Modified_Time\": \"2021-04-21T08:49:48+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 0,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": null,\n \"last_name\": \"Boyle\",\n \"time_zone\": \"GMT\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": null,\n \"confirm\": false,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [],\n \"phone\": null,\n \"dob\": null,\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n }\n ],\n \"info\": {\n \"per_page\": 200,\n \"count\": 3,\n \"page\": 1,\n \"more_records\": false\n }\n}"
},
{
"name": "P9: type=ActiveConfirmedAdmins",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users?type=ActiveConfirmedAdmins",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
],
"query": [
{
"key": "type",
"value": "ActiveConfirmedAdmins"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 12:56:06 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Expires",
"value": "Thu, 01 Jan 1970 00:00:00 GMT"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-ACCESSTOKEN-RESET",
"value": "2021-05-04T13:49:35+00:00"
},
{
"key": "clientVersion",
"value": "4004813"
},
{
"key": "clientsubVersion",
"value": "fb33599b767b94d06d2bd2529079b386"
},
{
"key": "Content-Disposition",
"value": "attachment; filename=response.json"
},
{
"key": "vary",
"value": "accept-encoding"
},
{
"key": "Content-Encoding",
"value": "gzip"
},
{
"key": "Content-Language",
"value": "en-US"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=15768000"
}
],
"cookie": [
],
"body": "{\n \"users\": [\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"CEO\",\n \"id\": \"738964000000015966\"\n },\n \"customize_info\": {\n \"notes_desc\": null,\n \"show_right_panel\": null,\n \"bc_view\": null,\n \"show_home\": false,\n \"show_detail_view\": true,\n \"unpin_recent_item\": null\n },\n \"city\": null,\n \"signature\": null,\n \"sort_order_preference\": \"First Name,Last Name\",\n \"name_format\": \"Salutation,First Name,Last Name\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"personal_account\": false,\n \"Isonline\": true,\n \"default_tab_group\": \"0\",\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": null,\n \"Currency\": \"AFN\",\n \"alias\": null,\n \"theme\": {\n \"normal_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"selected_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"new_background\": null,\n \"background\": \"#F3F0EB\",\n \"screen\": \"fixed\",\n \"type\": \"default\"\n },\n \"id\": \"738964000000291009\",\n \"state\": null,\n \"fax\": null,\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"patricia.b@zohocorp.com\",\n \"Reporting_To\": null,\n \"zip\": null,\n \"decimal_separator\": \"en_IN\",\n \"created_time\": \"2019-11-26T13:00:28+00:00\",\n \"website\": null,\n \"Modified_Time\": \"2020-10-20T13:24:46+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 0,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": null,\n \"last_name\": \"Boyle\",\n \"time_zone\": \"GMT\",\n \"created_by\": {\n \"name\": \"Sneha Sneha\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": \"60034346\",\n \"confirm\": true,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [\n {\n \"manager\": true,\n \"name\": \"Zylker\",\n \"id\": \"738964000001977341\"\n },\n {\n \"manager\": true,\n \"name\": \"South Zone\",\n \"id\": \"738964000001977355\"\n }\n ],\n \"phone\": \"9597538144\",\n \"dob\": null,\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n }\n ],\n \"info\": {\n \"per_page\": 200,\n \"count\": 1,\n \"page\": 1,\n \"more_records\": false\n }\n}"
},
{
"name": "P10: type=CurrentUser",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users?type=CurrentUser",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
],
"query": [
{
"key": "type",
"value": "CurrentUser"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 12:56:30 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Expires",
"value": "Thu, 01 Jan 1970 00:00:00 GMT"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-ACCESSTOKEN-RESET",
"value": "2021-05-04T13:49:35+00:00"
},
{
"key": "clientVersion",
"value": "4004813"
},
{
"key": "clientsubVersion",
"value": "fb33599b767b94d06d2bd2529079b386"
},
{
"key": "Content-Disposition",
"value": "attachment; filename=response.json"
},
{
"key": "vary",
"value": "accept-encoding"
},
{
"key": "Content-Encoding",
"value": "gzip"
},
{
"key": "Content-Language",
"value": "en-US"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=15768000"
}
],
"cookie": [
],
"body": "{\n \"users\": [\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"CEO\",\n \"id\": \"738964000000015966\"\n },\n \"customize_info\": {\n \"notes_desc\": null,\n \"show_right_panel\": null,\n \"bc_view\": null,\n \"show_home\": false,\n \"show_detail_view\": true,\n \"unpin_recent_item\": null\n },\n \"city\": null,\n \"signature\": null,\n \"sort_order_preference\": \"First Name,Last Name\",\n \"name_format\": \"Salutation,First Name,Last Name\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"personal_account\": false,\n \"Isonline\": true,\n \"default_tab_group\": \"0\",\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": null,\n \"Currency\": \"AFN\",\n \"alias\": null,\n \"theme\": {\n \"normal_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"selected_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"new_background\": null,\n \"background\": \"#F3F0EB\",\n \"screen\": \"fixed\",\n \"type\": \"default\"\n },\n \"id\": \"738964000000291009\",\n \"state\": null,\n \"fax\": null,\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"patricia.b@zohocorp.com\",\n \"Reporting_To\": null,\n \"zip\": null,\n \"decimal_separator\": \"en_IN\",\n \"created_time\": \"2019-11-26T13:00:28+00:00\",\n \"website\": null,\n \"Modified_Time\": \"2020-10-20T13:24:46+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 0,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": null,\n \"last_name\": \"Boyle\",\n \"time_zone\": \"GMT\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": \"60034346\",\n \"confirm\": true,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [\n {\n \"manager\": true,\n \"name\": \"Zylker\",\n \"id\": \"738964000001977341\"\n },\n {\n \"manager\": true,\n \"name\": \"South Zone\",\n \"id\": \"738964000001977355\"\n }\n ],\n \"phone\": \"9597538144\",\n \"dob\": null,\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n }\n ],\n \"info\": {\n \"per_page\": 200,\n \"count\": 1,\n \"page\": 1,\n \"more_records\": false\n }\n}"
},
{
"name": "P11: page & per_page",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users?page=1&per_page=200",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
],
"query": [
{
"key": "page",
"value": "1"
},
{
"key": "per_page",
"value": "200"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 12:57:44 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Expires",
"value": "Thu, 01 Jan 1970 00:00:00 GMT"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-ACCESSTOKEN-RESET",
"value": "2021-05-04T13:49:35+00:00"
},
{
"key": "clientVersion",
"value": "4004813"
},
{
"key": "clientsubVersion",
"value": "fb33599b767b94d06d2bd2529079b386"
},
{
"key": "Content-Disposition",
"value": "attachment; filename=response.json"
},
{
"key": "vary",
"value": "accept-encoding"
},
{
"key": "Content-Encoding",
"value": "gzip"
},
{
"key": "Content-Language",
"value": "en-US"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=15768000"
}
],
"cookie": [
],
"body": "{\n \"users\": [\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"CEO\",\n \"id\": \"738964000000015966\"\n },\n \"customize_info\": {\n \"notes_desc\": null,\n \"show_right_panel\": null,\n \"bc_view\": null,\n \"show_home\": false,\n \"show_detail_view\": true,\n \"unpin_recent_item\": null\n },\n \"city\": null,\n \"signature\": null,\n \"sort_order_preference\": \"First Name,Last Name\",\n \"name_format\": \"Salutation,First Name,Last Name\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"personal_account\": false,\n \"Isonline\": true,\n \"default_tab_group\": \"0\",\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": null,\n \"Currency\": \"AFN\",\n \"alias\": null,\n \"theme\": {\n \"normal_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"selected_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"new_background\": null,\n \"background\": \"#F3F0EB\",\n \"screen\": \"fixed\",\n \"type\": \"default\"\n },\n \"id\": \"738964000000291009\",\n \"state\": null,\n \"fax\": null,\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"patricia.b@zohocorp.com\",\n \"Reporting_To\": null,\n \"zip\": null,\n \"decimal_separator\": \"en_IN\",\n \"created_time\": \"2019-11-26T13:00:28+00:00\",\n \"website\": null,\n \"Modified_Time\": \"2020-10-20T13:24:46+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 0,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": null,\n \"last_name\": \"Boyle\",\n \"time_zone\": \"GMT\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": \"60034346\",\n \"confirm\": true,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [\n {\n \"manager\": true,\n \"name\": \"Zylker\",\n \"id\": \"738964000001977341\"\n },\n {\n \"manager\": true,\n \"name\": \"South Zone\",\n \"id\": \"738964000001977355\"\n }\n ],\n \"phone\": \"9597538144\",\n \"dob\": null,\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n },\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"Manager\",\n \"id\": \"738964000000015969\"\n },\n \"city\": \"Austin\",\n \"sort_order_preference\": \"null\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"Isonline\": false,\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": \"6800 Burleson Rd, Building 310, Suite 200\",\n \"Currency\": \"AFN\",\n \"alias\": \"Patricia\",\n \"id\": \"738964000002006002\",\n \"state\": \"Texas\",\n \"fax\": \"444-222\",\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"Patricia@abcl.com\",\n \"Reporting_To\": null,\n \"zip\": \"78744\",\n \"created_time\": \"2021-03-31T07:38:23+00:00\",\n \"website\": \"www.patriciaboyle.com\",\n \"Modified_Time\": \"2021-05-04T12:55:14+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 19800000,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": \"9000000000\",\n \"last_name\": \"Boyle\",\n \"time_zone\": \"Asia/Kolkata\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": null,\n \"confirm\": false,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [],\n \"phone\": \"044-71817070\",\n \"dob\": \"1996-02-01\",\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"deleted\"\n },\n {\n \"country\": null,\n \"role\": {\n \"name\": \"CEO\",\n \"id\": \"738964000000015966\"\n },\n \"city\": null,\n \"sort_order_preference\": \"null\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"Isonline\": false,\n \"Modified_By\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"street\": null,\n \"Currency\": null,\n \"alias\": null,\n \"id\": \"738964000002058003\",\n \"state\": null,\n \"fax\": null,\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"patricia@abc.com\",\n \"Reporting_To\": null,\n \"zip\": null,\n \"created_time\": \"2021-04-21T08:49:48+00:00\",\n \"website\": null,\n \"Modified_Time\": \"2021-04-21T08:49:48+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 0,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": null,\n \"last_name\": \"Boyle\",\n \"time_zone\": \"GMT\",\n \"created_by\": {\n \"name\": \"Patricia Boyle\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": null,\n \"confirm\": false,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [],\n \"phone\": null,\n \"dob\": null,\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n }\n ],\n \"info\": {\n \"per_page\": 200,\n \"count\": 3,\n \"page\": 1,\n \"more_records\": false\n }\n}"
},
{
"name": "SUCCESS RESPONSE",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users?type=AllUsers",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
],
"query": [
{
"key": "type",
"value": "AllUsers"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 12:51:16 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Transfer-Encoding",
"value": "chunked"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Set-Cookie",
"value": "82aad952ba=5d08dbe022277a950e88d07b515e84e3; Path=/"
},
{
"key": "Set-Cookie",
"value": "crmcsr=4788692d-5340-409f-b687-e528a54d74f1;path=/;SameSite=None;Secure;priority=high"
},
{
"key": "Set-Cookie",
"value": "_zcsr_tmp=4788692d-5340-409f-b687-e528a54d74f1;path=/;SameSite=Strict;Secure;priority=high"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Expires",
"value": "Thu, 01 Jan 1970 00:00:00 GMT"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-ACCESSTOKEN-RESET",
"value": "2021-05-04T13:49:35+00:00"
},
{
"key": "clientVersion",
"value": "4004813"
},
{
"key": "clientsubVersion",
"value": "fb33599b767b94d06d2bd2529079b386"
},
{
"key": "Content-Disposition",
"value": "attachment; filename=response.json"
},
{
"key": "vary",
"value": "accept-encoding"
},
{
"key": "Content-Encoding",
"value": "gzip"
},
{
"key": "Content-Language",
"value": "en-US"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=15768000"
}
],
"cookie": [
],
"body": "{\n \"users\": [\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"CEO\",\n \"id\": \"738964000000015966\"\n },\n \"customize_info\": {\n \"notes_desc\": null,\n \"show_right_panel\": null,\n \"bc_view\": null,\n \"show_home\": false,\n \"show_detail_view\": true,\n \"unpin_recent_item\": null\n },\n \"city\": null,\n \"signature\": null,\n \"sort_order_preference\": \"First Name,Last Name\",\n \"name_format\": \"Salutation,First Name,Last Name\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"personal_account\": false,\n \"Isonline\": false,\n \"default_tab_group\": \"0\",\n \"Modified_By\": {\n \"name\": \"Sneha Sneha\",\n \"id\": \"738964000000291009\"\n },\n \"street\": null,\n \"Currency\": \"AFN\",\n \"alias\": null,\n \"theme\": {\n \"normal_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"selected_tab\": {\n \"font_color\": \"#FFFFFF\",\n \"background\": \"#222222\"\n },\n \"new_background\": null,\n \"background\": \"#F3F0EB\",\n \"screen\": \"fixed\",\n \"type\": \"default\"\n },\n \"id\": \"738964000000291009\",\n \"state\": null,\n \"fax\": null,\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Sneha\",\n \"email\": \"sneha.ss@zohocorp.com\",\n \"Reporting_To\": null,\n \"zip\": null,\n \"decimal_separator\": \"en_IN\",\n \"created_time\": \"2019-11-26T13:00:28+00:00\",\n \"website\": null,\n \"Modified_Time\": \"2020-10-20T13:24:46+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 0,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": null,\n \"last_name\": \"Sneha\",\n \"time_zone\": \"GMT\",\n \"created_by\": {\n \"name\": \"Sneha Sneha\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": \"60034346\",\n \"confirm\": true,\n \"full_name\": \"Sneha Sneha\",\n \"territories\": [\n {\n \"manager\": true,\n \"name\": \"freshlybakedgoodness\",\n \"id\": \"738964000001977341\"\n },\n {\n \"manager\": true,\n \"name\": \"South Zone\",\n \"id\": \"738964000001977355\"\n }\n ],\n \"phone\": \"9597538144\",\n \"dob\": null,\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n },\n {\n \"country\": \"US\",\n \"role\": {\n \"name\": \"Manager\",\n \"id\": \"738964000000015969\"\n },\n \"city\": \"Austin\",\n \"sort_order_preference\": \"null\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"Isonline\": false,\n \"Modified_By\": {\n \"name\": \"Sneha Sneha\",\n \"id\": \"738964000000291009\"\n },\n \"street\": \"6800 Burleson Rd, Building 310, Suite 200\",\n \"Currency\": \"AFN\",\n \"alias\": \"Patricia\",\n \"id\": \"738964000002006002\",\n \"state\": \"Texas\",\n \"fax\": \"444-222\",\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"Patricia@abcl.com\",\n \"Reporting_To\": null,\n \"zip\": \"78744\",\n \"created_time\": \"2021-03-31T07:38:23+00:00\",\n \"website\": \"www.patriciaboyle.com\",\n \"Modified_Time\": \"2021-03-31T07:53:02+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 19800000,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": \"9000000000\",\n \"last_name\": \"Boyle\",\n \"time_zone\": \"Asia/Kolkata\",\n \"created_by\": {\n \"name\": \"Sneha Sneha\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": null,\n \"confirm\": false,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [],\n \"phone\": \"044-71817070\",\n \"dob\": \"1996-02-01\",\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n },\n {\n \"country\": null,\n \"role\": {\n \"name\": \"CEO\",\n \"id\": \"738964000000015966\"\n },\n \"city\": null,\n \"sort_order_preference\": \"null\",\n \"language\": \"en_US\",\n \"locale\": \"en_US\",\n \"microsoft\": false,\n \"Isonline\": false,\n \"Modified_By\": {\n \"name\": \"Sneha Sneha\",\n \"id\": \"738964000000291009\"\n },\n \"street\": null,\n \"Currency\": null,\n \"alias\": null,\n \"id\": \"738964000002058003\",\n \"state\": null,\n \"fax\": null,\n \"country_locale\": \"US\",\n \"sandboxDeveloper\": false,\n \"first_name\": \"Patricia\",\n \"email\": \"patricia@abc.com\",\n \"Reporting_To\": null,\n \"zip\": null,\n \"created_time\": \"2021-04-21T08:49:48+00:00\",\n \"website\": null,\n \"Modified_Time\": \"2021-04-21T08:49:48+00:00\",\n \"time_format\": \"hh:mm a\",\n \"offset\": 0,\n \"profile\": {\n \"name\": \"Administrator\",\n \"id\": \"738964000000015972\"\n },\n \"mobile\": null,\n \"last_name\": \"Boyle\",\n \"time_zone\": \"GMT\",\n \"created_by\": {\n \"name\": \"Sneha Sneha\",\n \"id\": \"738964000000291009\"\n },\n \"zuid\": null,\n \"confirm\": false,\n \"full_name\": \"Patricia Boyle\",\n \"territories\": [],\n \"phone\": null,\n \"dob\": null,\n \"date_format\": \"MM/dd/yyyy\",\n \"status\": \"active\"\n }\n ],\n \"info\": {\n \"per_page\": 200,\n \"count\": 3,\n \"page\": 1,\n \"more_records\": false\n }\n}"
},
{
"name": "INVALID_REQUEST_METHOD",
"originalRequest": {
"method": "DELETE",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 12:59:26 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Content-Length",
"value": "124"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "X-Frame-Options",
"value": "deny"
},
{
"key": "X-Download-Options",
"value": "noopen"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
}
],
"cookie": [
],
"body": "{\n \"code\": \"INVALID_REQUEST_METHOD\",\n \"details\": {},\n \"message\": \"The http request method type is not a valid one\",\n \"status\": \"error\"\n}"
},
{
"name": "AUTHENTICATION_FAILURE",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 12:59:49 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Content-Length",
"value": "98"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Expires",
"value": "Thu, 01 Jan 1970 00:00:00 GMT"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Download-Options",
"value": "noopen"
}
],
"cookie": [
],
"body": "{\n \"code\": \"AUTHENTICATION_FAILURE\",\n \"details\": {},\n \"message\": \"Authentication failed\",\n \"status\": \"error\"\n}"
},
{
"name": "PATTERN_NOT_MATCHED",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users?type=all",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
],
"query": [
{
"key": "type",
"value": "all"
}
]
}
},
"status": "Bad Request",
"code": 400,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 13:00:09 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Content-Length",
"value": "140"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Download-Options",
"value": "noopen"
}
],
"cookie": [
],
"body": "{\n \"code\": \"PATTERN_NOT_MATCHED\",\n \"details\": {\n \"api_name\": \"type\"\n },\n \"message\": \"Please check whether the input values are correct\",\n \"status\": \"error\"\n}"
},
{
"name": "OAUTH_SCOPE_MISMATCH",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{authorization-token}}"
}
],
"url": {
"raw": "{{api-domain}}/crm/v2.1/users",
"host": [
"{{api-domain}}"
],
"path": [
"crm",
"v2.1",
"users"
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Server",
"value": "ZGS"
},
{
"key": "Date",
"value": "Tue, 04 May 2021 13:37:36 GMT"
},
{
"key": "Content-Type",
"value": "application/json;charset=utf-8"
},
{
"key": "Content-Length",
"value": "113"
},
{
"key": "Connection",
"value": "keep-alive"
},
{
"key": "Referrer-Policy",
"value": "strict-origin"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"key": "Pragma",
"value": "no-cache"
},
{
"key": "Cache-Control",
"value": "no-cache"
},
{
"key": "Expires",
"value": "Thu, 01 Jan 1970 00:00:00 GMT"
},
{
"key": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"key": "X-Download-Options",
"value": "noopen"
}
],
"cookie": [
],
"body": "{\n \"code\": \"OAUTH_SCOPE_MISMATCH\",\n \"details\": {},\n \"message\": \"invalid oauth scope to access this URL\",\n \"status\": \"error\"\n}"
}
]
}