@n8n-dev/n8n-nodes-googleapis-people 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +134 -0
- package/dist/banner.svg +101 -0
- package/dist/credentials/GoogleapisPeopleApi.credentials.d.ts +9 -0
- package/dist/credentials/GoogleapisPeopleApi.credentials.js +49 -0
- package/dist/credentials/GoogleapisPeopleApi.credentials.js.map +1 -0
- package/dist/icons/googleapis-people.dark.png +0 -0
- package/dist/icons/googleapis-people.png +0 -0
- package/dist/nodes/GoogleapisPeople/GoogleapisPeople.node.d.ts +4 -0
- package/dist/nodes/GoogleapisPeople/GoogleapisPeople.node.js +68 -0
- package/dist/nodes/GoogleapisPeople/GoogleapisPeople.node.js.map +1 -0
- package/dist/nodes/GoogleapisPeople/GoogleapisPeople.node.json +20 -0
- package/dist/nodes/GoogleapisPeople/googleapis-people.dark.png +0 -0
- package/dist/nodes/GoogleapisPeople/googleapis-people.png +0 -0
- package/dist/nodes/GoogleapisPeople/resources/contact-groups/index.d.ts +2 -0
- package/dist/nodes/GoogleapisPeople/resources/contact-groups/index.js +637 -0
- package/dist/nodes/GoogleapisPeople/resources/contact-groups/index.js.map +1 -0
- package/dist/nodes/GoogleapisPeople/resources/index.d.ts +3 -0
- package/dist/nodes/GoogleapisPeople/resources/index.js +10 -0
- package/dist/nodes/GoogleapisPeople/resources/index.js.map +1 -0
- package/dist/nodes/GoogleapisPeople/resources/other-contacts/index.d.ts +2 -0
- package/dist/nodes/GoogleapisPeople/resources/other-contacts/index.js +433 -0
- package/dist/nodes/GoogleapisPeople/resources/other-contacts/index.js.map +1 -0
- package/dist/nodes/GoogleapisPeople/resources/people/index.d.ts +2 -0
- package/dist/nodes/GoogleapisPeople/resources/people/index.js +3768 -0
- package/dist/nodes/GoogleapisPeople/resources/people/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,3768 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.peopleDescription = void 0;
|
|
4
|
+
exports.peopleDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"People"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "People People Batch Create Contacts",
|
|
20
|
+
"value": "People People Batch Create Contacts",
|
|
21
|
+
"action": "People People Batch Create Contacts",
|
|
22
|
+
"description": "Create a batch of new contacts and return the PersonResponses for the newly Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/v1/people:batchCreateContacts"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "People People Batch Delete Contacts",
|
|
32
|
+
"value": "People People Batch Delete Contacts",
|
|
33
|
+
"action": "People People Batch Delete Contacts",
|
|
34
|
+
"description": "Delete a batch of contacts. Any non-contact data will not be deleted. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/v1/people:batchDeleteContacts"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "People People Get Batch Get",
|
|
44
|
+
"value": "People People Get Batch Get",
|
|
45
|
+
"action": "People People Get Batch Get",
|
|
46
|
+
"description": "Provides information about a list of specific people by specifying a list of requested resource names. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "GET",
|
|
50
|
+
"url": "=/v1/people:batchGet"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "People People Batch Update Contacts",
|
|
56
|
+
"value": "People People Batch Update Contacts",
|
|
57
|
+
"action": "People People Batch Update Contacts",
|
|
58
|
+
"description": "Update a batch of contacts and return a map of resource names to PersonResponses for the updated contacts. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.",
|
|
59
|
+
"routing": {
|
|
60
|
+
"request": {
|
|
61
|
+
"method": "POST",
|
|
62
|
+
"url": "=/v1/people:batchUpdateContacts"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "People People Create Contact",
|
|
68
|
+
"value": "People People Create Contact",
|
|
69
|
+
"action": "People People Create Contact",
|
|
70
|
+
"description": "Create a new contact and return the person resource for that contact. The request returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.",
|
|
71
|
+
"routing": {
|
|
72
|
+
"request": {
|
|
73
|
+
"method": "POST",
|
|
74
|
+
"url": "=/v1/people:createContact"
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "People People List Directory People",
|
|
80
|
+
"value": "People People List Directory People",
|
|
81
|
+
"action": "People People List Directory People",
|
|
82
|
+
"description": "Provides a list of domain profiles and domain contacts in the authenticated user's domain directory. When the `sync_token` is specified, resources deleted since the last sync will be returned as a person with `PersonMetadata.deleted` set to true. When the `page_token` or `sync_token` is specified, all other request parameters must match the first call. Writes may have a propagation delay of several minutes for sync requests. Incremental syncs are not intended for read-after-write use cases. See example usage at [List the directory people that have changed](/people/v1/directory#list_the_directory_people_that_have_changed).",
|
|
83
|
+
"routing": {
|
|
84
|
+
"request": {
|
|
85
|
+
"method": "GET",
|
|
86
|
+
"url": "=/v1/people:listDirectoryPeople"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "People People Search Contacts",
|
|
92
|
+
"value": "People People Search Contacts",
|
|
93
|
+
"action": "People People Search Contacts",
|
|
94
|
+
"description": "Provides a list of contacts in the authenticated user's grouped contacts that matches the search query. The query matches on a contact's `names`, `nickNames`, `emailAddresses`, `phoneNumbers`, and `organizations` fields that are from the CONTACT source. **IMPORTANT**: Before searching, clients should send a warmup request with an empty query to update the cache. See https://developers.google.com/people/v1/contacts#search_the_users_contacts",
|
|
95
|
+
"routing": {
|
|
96
|
+
"request": {
|
|
97
|
+
"method": "GET",
|
|
98
|
+
"url": "=/v1/people:searchContacts"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "People People Search Directory People",
|
|
104
|
+
"value": "People People Search Directory People",
|
|
105
|
+
"action": "People People Search Directory People",
|
|
106
|
+
"description": "Provides a list of domain profiles and domain contacts in the authenticated user's domain directory that match the search query.",
|
|
107
|
+
"routing": {
|
|
108
|
+
"request": {
|
|
109
|
+
"method": "GET",
|
|
110
|
+
"url": "=/v1/people:searchDirectoryPeople"
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "People People Get",
|
|
116
|
+
"value": "People People Get",
|
|
117
|
+
"action": "People People Get",
|
|
118
|
+
"description": "Provides information about a person by specifying a resource name. Use `people/me` to indicate the authenticated user. The request returns a 400 error if 'personFields' is not specified.",
|
|
119
|
+
"routing": {
|
|
120
|
+
"request": {
|
|
121
|
+
"method": "GET",
|
|
122
|
+
"url": "=/v1/{{$parameter[\"resourceName\"]}}"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"name": "People People Connections List",
|
|
128
|
+
"value": "People People Connections List",
|
|
129
|
+
"action": "People People Connections List",
|
|
130
|
+
"description": "Provides a list of the authenticated user's contacts. Sync tokens expire 7 days after the full sync. A request with an expired sync token will get an error with an [google.rpc.ErrorInfo](https://cloud.google.com/apis/design/errors#error_info) with reason \"EXPIRED_SYNC_TOKEN\". In the case of such an error clients should make a full sync request without a `sync_token`. The first page of a full sync request has an additional quota. If the quota is exceeded, a 429 error will be returned. This quota is fixed and can not be increased. When the `sync_token` is specified, resources deleted since the last sync will be returned as a person with `PersonMetadata.deleted` set to true. When the `page_token` or `sync_token` is specified, all other request parameters must match the first call. Writes may have a propagation delay of several minutes for sync requests. Incremental syncs are not intended for read-after-write use cases. See example usage at [List the user's contacts that have changed](/people/v1/contacts#list_the_users_contacts_that_have_changed).",
|
|
131
|
+
"routing": {
|
|
132
|
+
"request": {
|
|
133
|
+
"method": "GET",
|
|
134
|
+
"url": "=/v1/{{$parameter[\"resourceName\"]}}/connections"
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"name": "People People Delete Contact",
|
|
140
|
+
"value": "People People Delete Contact",
|
|
141
|
+
"action": "People People Delete Contact",
|
|
142
|
+
"description": "Delete a contact person. Any non-contact data will not be deleted. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.",
|
|
143
|
+
"routing": {
|
|
144
|
+
"request": {
|
|
145
|
+
"method": "DELETE",
|
|
146
|
+
"url": "=/v1/{{$parameter[\"resourceName\"]}}:deleteContact"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"name": "People People Delete Contact Photo",
|
|
152
|
+
"value": "People People Delete Contact Photo",
|
|
153
|
+
"action": "People People Delete Contact Photo",
|
|
154
|
+
"description": "Delete a contact's photo. Mutate requests for the same user should be done sequentially to avoid // lock contention.",
|
|
155
|
+
"routing": {
|
|
156
|
+
"request": {
|
|
157
|
+
"method": "DELETE",
|
|
158
|
+
"url": "=/v1/{{$parameter[\"resourceName\"]}}:deleteContactPhoto"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"name": "People People Update Contact",
|
|
164
|
+
"value": "People People Update Contact",
|
|
165
|
+
"action": "People People Update Contact",
|
|
166
|
+
"description": "Update contact data for an existing contact person. Any non-contact data will not be modified. Any non-contact data in the person to update will be ignored. All fields specified in the `update_mask` will be replaced. The server returns a 400 error if `person.metadata.sources` is not specified for the contact to be updated or if there is no contact source. The server returns a 400 error with reason `\"failedPrecondition\"` if `person.metadata.sources.etag` is different than the contact's etag, which indicates the contact has changed since its data was read. Clients should get the latest person and merge their updates into the latest person. The server returns a 400 error if `memberships` are being updated and there are no contact group memberships specified on the person. The server returns a 400 error if more than one field is specified on a field that is a singleton for contact sources: * biographies * birthdays * genders * names Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.",
|
|
167
|
+
"routing": {
|
|
168
|
+
"request": {
|
|
169
|
+
"method": "PATCH",
|
|
170
|
+
"url": "=/v1/{{$parameter[\"resourceName\"]}}:updateContact"
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "People People Update Contact Photo",
|
|
176
|
+
"value": "People People Update Contact Photo",
|
|
177
|
+
"action": "People People Update Contact Photo",
|
|
178
|
+
"description": "Update a contact's photo. Mutate requests for the same user should be sent sequentially to avoid increased latency and failures.",
|
|
179
|
+
"routing": {
|
|
180
|
+
"request": {
|
|
181
|
+
"method": "PATCH",
|
|
182
|
+
"url": "=/v1/{{$parameter[\"resourceName\"]}}:updateContactPhoto"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"default": ""
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"displayName": "POST /v1/people:batchCreateContacts",
|
|
191
|
+
"name": "operation",
|
|
192
|
+
"type": "notice",
|
|
193
|
+
"typeOptions": {
|
|
194
|
+
"theme": "info"
|
|
195
|
+
},
|
|
196
|
+
"default": "",
|
|
197
|
+
"displayOptions": {
|
|
198
|
+
"show": {
|
|
199
|
+
"resource": [
|
|
200
|
+
"People"
|
|
201
|
+
],
|
|
202
|
+
"operation": [
|
|
203
|
+
"People People Batch Create Contacts"
|
|
204
|
+
]
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"displayName": "Contacts",
|
|
210
|
+
"name": "contacts",
|
|
211
|
+
"type": "json",
|
|
212
|
+
"default": "[\n {\n \"contactPerson\": {\n \"addresses\": [\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n ],\n \"ageRanges\": [\n {\n \"metadata\": {}\n }\n ],\n \"biographies\": [\n {\n \"metadata\": {}\n }\n ],\n \"birthdays\": [\n {\n \"date\": {},\n \"metadata\": {}\n }\n ],\n \"braggingRights\": [\n {\n \"metadata\": {}\n }\n ],\n \"calendarUrls\": [\n {\n \"metadata\": {}\n }\n ],\n \"clientData\": [\n {\n \"metadata\": {}\n }\n ],\n \"coverPhotos\": [\n {\n \"metadata\": {}\n }\n ],\n \"emailAddresses\": [\n {\n \"metadata\": {}\n }\n ],\n \"events\": [\n {\n \"date\": {},\n \"metadata\": {}\n }\n ],\n \"externalIds\": [\n {\n \"metadata\": {}\n }\n ],\n \"fileAses\": [\n {\n \"metadata\": {}\n }\n ],\n \"genders\": [\n {\n \"metadata\": {}\n }\n ],\n \"imClients\": [\n {\n \"metadata\": {}\n }\n ],\n \"interests\": [\n {\n \"metadata\": {}\n }\n ],\n \"locales\": [\n {\n \"metadata\": {}\n }\n ],\n \"locations\": [\n {\n \"metadata\": {}\n }\n ],\n \"memberships\": [\n {\n \"contactGroupMembership\": {},\n \"domainMembership\": {},\n \"metadata\": {}\n }\n ],\n \"metadata\": {\n \"linkedPeopleResourceNames\": [\n null\n ],\n \"previousResourceNames\": [\n null\n ],\n \"sources\": [\n {}\n ]\n },\n \"miscKeywords\": [\n {\n \"metadata\": {}\n }\n ],\n \"names\": [\n {\n \"metadata\": {}\n }\n ],\n \"nicknames\": [\n {\n \"metadata\": {}\n }\n ],\n \"occupations\": [\n {\n \"metadata\": {}\n }\n ],\n \"organizations\": [\n {\n \"endDate\": {},\n \"metadata\": {},\n \"startDate\": {}\n }\n ],\n \"phoneNumbers\": [\n {\n \"metadata\": {}\n }\n ],\n \"photos\": [\n {\n \"metadata\": {}\n }\n ],\n \"relations\": [\n {\n \"metadata\": {}\n }\n ],\n \"relationshipInterests\": [\n {\n \"metadata\": {}\n }\n ],\n \"relationshipStatuses\": [\n {\n \"metadata\": {}\n }\n ],\n \"residences\": [\n {\n \"metadata\": {}\n }\n ],\n \"sipAddresses\": [\n {\n \"metadata\": {}\n }\n ],\n \"skills\": [\n {\n \"metadata\": {}\n }\n ],\n \"taglines\": [\n {\n \"metadata\": {}\n }\n ],\n \"urls\": [\n {\n \"metadata\": {}\n }\n ],\n \"userDefined\": [\n {\n \"metadata\": {}\n }\n ]\n }\n }\n]",
|
|
213
|
+
"description": "Required. The contact to create. Allows up to 200 contacts in a single request.",
|
|
214
|
+
"routing": {
|
|
215
|
+
"send": {
|
|
216
|
+
"property": "contacts",
|
|
217
|
+
"propertyInDotNotation": false,
|
|
218
|
+
"type": "body",
|
|
219
|
+
"value": "={{ JSON.parse($value) }}"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"displayOptions": {
|
|
223
|
+
"show": {
|
|
224
|
+
"resource": [
|
|
225
|
+
"People"
|
|
226
|
+
],
|
|
227
|
+
"operation": [
|
|
228
|
+
"People People Batch Create Contacts"
|
|
229
|
+
]
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"displayName": "Read Mask",
|
|
235
|
+
"name": "readMask",
|
|
236
|
+
"type": "string",
|
|
237
|
+
"default": "",
|
|
238
|
+
"description": "Required. A field mask to restrict which fields on each person are returned in the response. Multiple fields can be specified by separating them with commas. If read mask is left empty, the post-mutate-get is skipped and no data will be returned in the response. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined",
|
|
239
|
+
"routing": {
|
|
240
|
+
"send": {
|
|
241
|
+
"property": "readMask",
|
|
242
|
+
"propertyInDotNotation": false,
|
|
243
|
+
"type": "body",
|
|
244
|
+
"value": "={{ $value }}"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"displayOptions": {
|
|
248
|
+
"show": {
|
|
249
|
+
"resource": [
|
|
250
|
+
"People"
|
|
251
|
+
],
|
|
252
|
+
"operation": [
|
|
253
|
+
"People People Batch Create Contacts"
|
|
254
|
+
]
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"displayName": "Sources",
|
|
260
|
+
"name": "sources",
|
|
261
|
+
"type": "json",
|
|
262
|
+
"default": "[\n null\n]",
|
|
263
|
+
"description": "Optional. A mask of what source types to return in the post mutate read. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.",
|
|
264
|
+
"routing": {
|
|
265
|
+
"send": {
|
|
266
|
+
"property": "sources",
|
|
267
|
+
"propertyInDotNotation": false,
|
|
268
|
+
"type": "body",
|
|
269
|
+
"value": "={{ JSON.parse($value) }}"
|
|
270
|
+
}
|
|
271
|
+
},
|
|
272
|
+
"displayOptions": {
|
|
273
|
+
"show": {
|
|
274
|
+
"resource": [
|
|
275
|
+
"People"
|
|
276
|
+
],
|
|
277
|
+
"operation": [
|
|
278
|
+
"People People Batch Create Contacts"
|
|
279
|
+
]
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"displayName": "POST /v1/people:batchDeleteContacts",
|
|
285
|
+
"name": "operation",
|
|
286
|
+
"type": "notice",
|
|
287
|
+
"typeOptions": {
|
|
288
|
+
"theme": "info"
|
|
289
|
+
},
|
|
290
|
+
"default": "",
|
|
291
|
+
"displayOptions": {
|
|
292
|
+
"show": {
|
|
293
|
+
"resource": [
|
|
294
|
+
"People"
|
|
295
|
+
],
|
|
296
|
+
"operation": [
|
|
297
|
+
"People People Batch Delete Contacts"
|
|
298
|
+
]
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"displayName": "Resource Names",
|
|
304
|
+
"name": "resourceNames",
|
|
305
|
+
"type": "json",
|
|
306
|
+
"default": "[\n null\n]",
|
|
307
|
+
"description": "Required. The resource names of the contact to delete. It's repeatable. Allows up to 500 resource names in a single request.",
|
|
308
|
+
"routing": {
|
|
309
|
+
"send": {
|
|
310
|
+
"property": "resourceNames",
|
|
311
|
+
"propertyInDotNotation": false,
|
|
312
|
+
"type": "body",
|
|
313
|
+
"value": "={{ JSON.parse($value) }}"
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
"displayOptions": {
|
|
317
|
+
"show": {
|
|
318
|
+
"resource": [
|
|
319
|
+
"People"
|
|
320
|
+
],
|
|
321
|
+
"operation": [
|
|
322
|
+
"People People Batch Delete Contacts"
|
|
323
|
+
]
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"displayName": "GET /v1/people:batchGet",
|
|
329
|
+
"name": "operation",
|
|
330
|
+
"type": "notice",
|
|
331
|
+
"typeOptions": {
|
|
332
|
+
"theme": "info"
|
|
333
|
+
},
|
|
334
|
+
"default": "",
|
|
335
|
+
"displayOptions": {
|
|
336
|
+
"show": {
|
|
337
|
+
"resource": [
|
|
338
|
+
"People"
|
|
339
|
+
],
|
|
340
|
+
"operation": [
|
|
341
|
+
"People People Get Batch Get"
|
|
342
|
+
]
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"displayName": "Person Fields",
|
|
348
|
+
"name": "personFields",
|
|
349
|
+
"description": "Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined",
|
|
350
|
+
"default": "",
|
|
351
|
+
"type": "string",
|
|
352
|
+
"routing": {
|
|
353
|
+
"send": {
|
|
354
|
+
"type": "query",
|
|
355
|
+
"property": "personFields",
|
|
356
|
+
"value": "={{ $value }}",
|
|
357
|
+
"propertyInDotNotation": false
|
|
358
|
+
}
|
|
359
|
+
},
|
|
360
|
+
"displayOptions": {
|
|
361
|
+
"show": {
|
|
362
|
+
"resource": [
|
|
363
|
+
"People"
|
|
364
|
+
],
|
|
365
|
+
"operation": [
|
|
366
|
+
"People People Get Batch Get"
|
|
367
|
+
]
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"displayName": "Request Mask Include Field",
|
|
373
|
+
"name": "requestMask-includeField",
|
|
374
|
+
"description": "Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`.",
|
|
375
|
+
"default": "",
|
|
376
|
+
"type": "string",
|
|
377
|
+
"routing": {
|
|
378
|
+
"send": {
|
|
379
|
+
"type": "query",
|
|
380
|
+
"property": "requestMask.includeField",
|
|
381
|
+
"value": "={{ $value }}",
|
|
382
|
+
"propertyInDotNotation": false
|
|
383
|
+
}
|
|
384
|
+
},
|
|
385
|
+
"displayOptions": {
|
|
386
|
+
"show": {
|
|
387
|
+
"resource": [
|
|
388
|
+
"People"
|
|
389
|
+
],
|
|
390
|
+
"operation": [
|
|
391
|
+
"People People Get Batch Get"
|
|
392
|
+
]
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
"displayName": "Resource Names",
|
|
398
|
+
"name": "resourceNames",
|
|
399
|
+
"description": "Required. The resource names of the people to provide information about. It's repeatable. The URL query parameter should be resourceNames=<name1>&resourceNames=<name2>&... - To get information about the authenticated user, specify `people/me`. - To get information about a google account, specify `people/{account_id}`. - To get information about a contact, specify the resource name that identifies the contact as returned by `people.connections.list`. There is a maximum of 200 resource names.",
|
|
400
|
+
"default": "[\n null\n]",
|
|
401
|
+
"type": "json",
|
|
402
|
+
"routing": {
|
|
403
|
+
"send": {
|
|
404
|
+
"type": "query",
|
|
405
|
+
"property": "resourceNames",
|
|
406
|
+
"value": "={{ $value }}",
|
|
407
|
+
"propertyInDotNotation": false
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
"displayOptions": {
|
|
411
|
+
"show": {
|
|
412
|
+
"resource": [
|
|
413
|
+
"People"
|
|
414
|
+
],
|
|
415
|
+
"operation": [
|
|
416
|
+
"People People Get Batch Get"
|
|
417
|
+
]
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"displayName": "Sources",
|
|
423
|
+
"name": "sources",
|
|
424
|
+
"description": "Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.",
|
|
425
|
+
"default": "[\n null\n]",
|
|
426
|
+
"type": "json",
|
|
427
|
+
"routing": {
|
|
428
|
+
"send": {
|
|
429
|
+
"type": "query",
|
|
430
|
+
"property": "sources",
|
|
431
|
+
"value": "={{ $value }}",
|
|
432
|
+
"propertyInDotNotation": false
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"displayOptions": {
|
|
436
|
+
"show": {
|
|
437
|
+
"resource": [
|
|
438
|
+
"People"
|
|
439
|
+
],
|
|
440
|
+
"operation": [
|
|
441
|
+
"People People Get Batch Get"
|
|
442
|
+
]
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
"displayName": "POST /v1/people:batchUpdateContacts",
|
|
448
|
+
"name": "operation",
|
|
449
|
+
"type": "notice",
|
|
450
|
+
"typeOptions": {
|
|
451
|
+
"theme": "info"
|
|
452
|
+
},
|
|
453
|
+
"default": "",
|
|
454
|
+
"displayOptions": {
|
|
455
|
+
"show": {
|
|
456
|
+
"resource": [
|
|
457
|
+
"People"
|
|
458
|
+
],
|
|
459
|
+
"operation": [
|
|
460
|
+
"People People Batch Update Contacts"
|
|
461
|
+
]
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"displayName": "Contacts",
|
|
467
|
+
"name": "contacts",
|
|
468
|
+
"type": "json",
|
|
469
|
+
"default": "{}",
|
|
470
|
+
"description": "Required. A map of resource names to the person data to be updated. Allows up to 200 contacts in a single request.",
|
|
471
|
+
"routing": {
|
|
472
|
+
"send": {
|
|
473
|
+
"property": "contacts",
|
|
474
|
+
"propertyInDotNotation": false,
|
|
475
|
+
"type": "body",
|
|
476
|
+
"value": "={{ JSON.parse($value) }}"
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
"displayOptions": {
|
|
480
|
+
"show": {
|
|
481
|
+
"resource": [
|
|
482
|
+
"People"
|
|
483
|
+
],
|
|
484
|
+
"operation": [
|
|
485
|
+
"People People Batch Update Contacts"
|
|
486
|
+
]
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"displayName": "Read Mask",
|
|
492
|
+
"name": "readMask",
|
|
493
|
+
"type": "string",
|
|
494
|
+
"default": "",
|
|
495
|
+
"description": "Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. If read mask is left empty, the post-mutate-get is skipped and no data will be returned in the response. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined",
|
|
496
|
+
"routing": {
|
|
497
|
+
"send": {
|
|
498
|
+
"property": "readMask",
|
|
499
|
+
"propertyInDotNotation": false,
|
|
500
|
+
"type": "body",
|
|
501
|
+
"value": "={{ $value }}"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
"displayOptions": {
|
|
505
|
+
"show": {
|
|
506
|
+
"resource": [
|
|
507
|
+
"People"
|
|
508
|
+
],
|
|
509
|
+
"operation": [
|
|
510
|
+
"People People Batch Update Contacts"
|
|
511
|
+
]
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
"displayName": "Sources",
|
|
517
|
+
"name": "sources",
|
|
518
|
+
"type": "json",
|
|
519
|
+
"default": "[\n null\n]",
|
|
520
|
+
"description": "Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.",
|
|
521
|
+
"routing": {
|
|
522
|
+
"send": {
|
|
523
|
+
"property": "sources",
|
|
524
|
+
"propertyInDotNotation": false,
|
|
525
|
+
"type": "body",
|
|
526
|
+
"value": "={{ JSON.parse($value) }}"
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
"displayOptions": {
|
|
530
|
+
"show": {
|
|
531
|
+
"resource": [
|
|
532
|
+
"People"
|
|
533
|
+
],
|
|
534
|
+
"operation": [
|
|
535
|
+
"People People Batch Update Contacts"
|
|
536
|
+
]
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
"displayName": "Update Mask",
|
|
542
|
+
"name": "updateMask",
|
|
543
|
+
"type": "string",
|
|
544
|
+
"default": "",
|
|
545
|
+
"description": "Required. A field mask to restrict which fields on the person are updated. Multiple fields can be specified by separating them with commas. All specified fields will be replaced, or cleared if left empty for each person. Valid values are: * addresses * biographies * birthdays * calendarUrls * clientData * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * relations * sipAddresses * urls * userDefined",
|
|
546
|
+
"routing": {
|
|
547
|
+
"send": {
|
|
548
|
+
"property": "updateMask",
|
|
549
|
+
"propertyInDotNotation": false,
|
|
550
|
+
"type": "body",
|
|
551
|
+
"value": "={{ $value }}"
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
"displayOptions": {
|
|
555
|
+
"show": {
|
|
556
|
+
"resource": [
|
|
557
|
+
"People"
|
|
558
|
+
],
|
|
559
|
+
"operation": [
|
|
560
|
+
"People People Batch Update Contacts"
|
|
561
|
+
]
|
|
562
|
+
}
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
"displayName": "POST /v1/people:createContact",
|
|
567
|
+
"name": "operation",
|
|
568
|
+
"type": "notice",
|
|
569
|
+
"typeOptions": {
|
|
570
|
+
"theme": "info"
|
|
571
|
+
},
|
|
572
|
+
"default": "",
|
|
573
|
+
"displayOptions": {
|
|
574
|
+
"show": {
|
|
575
|
+
"resource": [
|
|
576
|
+
"People"
|
|
577
|
+
],
|
|
578
|
+
"operation": [
|
|
579
|
+
"People People Create Contact"
|
|
580
|
+
]
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"displayName": "Person Fields",
|
|
586
|
+
"name": "personFields",
|
|
587
|
+
"description": "Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Defaults to all fields if not set. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined",
|
|
588
|
+
"default": "",
|
|
589
|
+
"type": "string",
|
|
590
|
+
"routing": {
|
|
591
|
+
"send": {
|
|
592
|
+
"type": "query",
|
|
593
|
+
"property": "personFields",
|
|
594
|
+
"value": "={{ $value }}",
|
|
595
|
+
"propertyInDotNotation": false
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
"displayOptions": {
|
|
599
|
+
"show": {
|
|
600
|
+
"resource": [
|
|
601
|
+
"People"
|
|
602
|
+
],
|
|
603
|
+
"operation": [
|
|
604
|
+
"People People Create Contact"
|
|
605
|
+
]
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"displayName": "Sources",
|
|
611
|
+
"name": "sources",
|
|
612
|
+
"description": "Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.",
|
|
613
|
+
"default": "[\n null\n]",
|
|
614
|
+
"type": "json",
|
|
615
|
+
"routing": {
|
|
616
|
+
"send": {
|
|
617
|
+
"type": "query",
|
|
618
|
+
"property": "sources",
|
|
619
|
+
"value": "={{ $value }}",
|
|
620
|
+
"propertyInDotNotation": false
|
|
621
|
+
}
|
|
622
|
+
},
|
|
623
|
+
"displayOptions": {
|
|
624
|
+
"show": {
|
|
625
|
+
"resource": [
|
|
626
|
+
"People"
|
|
627
|
+
],
|
|
628
|
+
"operation": [
|
|
629
|
+
"People People Create Contact"
|
|
630
|
+
]
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"displayName": "Addresses",
|
|
636
|
+
"name": "addresses",
|
|
637
|
+
"type": "json",
|
|
638
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
639
|
+
"description": "The person's street addresses.",
|
|
640
|
+
"routing": {
|
|
641
|
+
"send": {
|
|
642
|
+
"property": "addresses",
|
|
643
|
+
"propertyInDotNotation": false,
|
|
644
|
+
"type": "body",
|
|
645
|
+
"value": "={{ JSON.parse($value) }}"
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
"displayOptions": {
|
|
649
|
+
"show": {
|
|
650
|
+
"resource": [
|
|
651
|
+
"People"
|
|
652
|
+
],
|
|
653
|
+
"operation": [
|
|
654
|
+
"People People Create Contact"
|
|
655
|
+
]
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"displayName": "Age Range",
|
|
661
|
+
"name": "ageRange",
|
|
662
|
+
"type": "options",
|
|
663
|
+
"default": "AGE_RANGE_UNSPECIFIED",
|
|
664
|
+
"description": "Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range.",
|
|
665
|
+
"options": [
|
|
666
|
+
{
|
|
667
|
+
"name": "AGE RANGE UNSPECIFIED",
|
|
668
|
+
"value": "AGE_RANGE_UNSPECIFIED"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"name": "LESS THAN EIGHTEEN",
|
|
672
|
+
"value": "LESS_THAN_EIGHTEEN"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"name": "EIGHTEEN TO TWENTY",
|
|
676
|
+
"value": "EIGHTEEN_TO_TWENTY"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
"name": "TWENTY ONE OR OLDER",
|
|
680
|
+
"value": "TWENTY_ONE_OR_OLDER"
|
|
681
|
+
}
|
|
682
|
+
],
|
|
683
|
+
"routing": {
|
|
684
|
+
"send": {
|
|
685
|
+
"property": "ageRange",
|
|
686
|
+
"propertyInDotNotation": false,
|
|
687
|
+
"type": "body",
|
|
688
|
+
"value": "={{ $value }}"
|
|
689
|
+
}
|
|
690
|
+
},
|
|
691
|
+
"displayOptions": {
|
|
692
|
+
"show": {
|
|
693
|
+
"resource": [
|
|
694
|
+
"People"
|
|
695
|
+
],
|
|
696
|
+
"operation": [
|
|
697
|
+
"People People Create Contact"
|
|
698
|
+
]
|
|
699
|
+
}
|
|
700
|
+
}
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"displayName": "Age Ranges",
|
|
704
|
+
"name": "ageRanges",
|
|
705
|
+
"type": "json",
|
|
706
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
707
|
+
"description": "Output only. The person's age ranges.",
|
|
708
|
+
"routing": {
|
|
709
|
+
"send": {
|
|
710
|
+
"property": "ageRanges",
|
|
711
|
+
"propertyInDotNotation": false,
|
|
712
|
+
"type": "body",
|
|
713
|
+
"value": "={{ JSON.parse($value) }}"
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
"displayOptions": {
|
|
717
|
+
"show": {
|
|
718
|
+
"resource": [
|
|
719
|
+
"People"
|
|
720
|
+
],
|
|
721
|
+
"operation": [
|
|
722
|
+
"People People Create Contact"
|
|
723
|
+
]
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"displayName": "Biographies",
|
|
729
|
+
"name": "biographies",
|
|
730
|
+
"type": "json",
|
|
731
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
732
|
+
"description": "The person's biographies. This field is a singleton for contact sources.",
|
|
733
|
+
"routing": {
|
|
734
|
+
"send": {
|
|
735
|
+
"property": "biographies",
|
|
736
|
+
"propertyInDotNotation": false,
|
|
737
|
+
"type": "body",
|
|
738
|
+
"value": "={{ JSON.parse($value) }}"
|
|
739
|
+
}
|
|
740
|
+
},
|
|
741
|
+
"displayOptions": {
|
|
742
|
+
"show": {
|
|
743
|
+
"resource": [
|
|
744
|
+
"People"
|
|
745
|
+
],
|
|
746
|
+
"operation": [
|
|
747
|
+
"People People Create Contact"
|
|
748
|
+
]
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"displayName": "Birthdays",
|
|
754
|
+
"name": "birthdays",
|
|
755
|
+
"type": "json",
|
|
756
|
+
"default": "[\n {\n \"date\": {},\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
757
|
+
"description": "The person's birthdays. This field is a singleton for contact sources.",
|
|
758
|
+
"routing": {
|
|
759
|
+
"send": {
|
|
760
|
+
"property": "birthdays",
|
|
761
|
+
"propertyInDotNotation": false,
|
|
762
|
+
"type": "body",
|
|
763
|
+
"value": "={{ JSON.parse($value) }}"
|
|
764
|
+
}
|
|
765
|
+
},
|
|
766
|
+
"displayOptions": {
|
|
767
|
+
"show": {
|
|
768
|
+
"resource": [
|
|
769
|
+
"People"
|
|
770
|
+
],
|
|
771
|
+
"operation": [
|
|
772
|
+
"People People Create Contact"
|
|
773
|
+
]
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"displayName": "Bragging Rights",
|
|
779
|
+
"name": "braggingRights",
|
|
780
|
+
"type": "json",
|
|
781
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
782
|
+
"description": "**DEPRECATED**: No data will be returned The person's bragging rights.",
|
|
783
|
+
"routing": {
|
|
784
|
+
"send": {
|
|
785
|
+
"property": "braggingRights",
|
|
786
|
+
"propertyInDotNotation": false,
|
|
787
|
+
"type": "body",
|
|
788
|
+
"value": "={{ JSON.parse($value) }}"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
"displayOptions": {
|
|
792
|
+
"show": {
|
|
793
|
+
"resource": [
|
|
794
|
+
"People"
|
|
795
|
+
],
|
|
796
|
+
"operation": [
|
|
797
|
+
"People People Create Contact"
|
|
798
|
+
]
|
|
799
|
+
}
|
|
800
|
+
}
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"displayName": "Calendar Urls",
|
|
804
|
+
"name": "calendarUrls",
|
|
805
|
+
"type": "json",
|
|
806
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
807
|
+
"description": "The person's calendar URLs.",
|
|
808
|
+
"routing": {
|
|
809
|
+
"send": {
|
|
810
|
+
"property": "calendarUrls",
|
|
811
|
+
"propertyInDotNotation": false,
|
|
812
|
+
"type": "body",
|
|
813
|
+
"value": "={{ JSON.parse($value) }}"
|
|
814
|
+
}
|
|
815
|
+
},
|
|
816
|
+
"displayOptions": {
|
|
817
|
+
"show": {
|
|
818
|
+
"resource": [
|
|
819
|
+
"People"
|
|
820
|
+
],
|
|
821
|
+
"operation": [
|
|
822
|
+
"People People Create Contact"
|
|
823
|
+
]
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"displayName": "Client Data",
|
|
829
|
+
"name": "clientData",
|
|
830
|
+
"type": "json",
|
|
831
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
832
|
+
"description": "The person's client data.",
|
|
833
|
+
"routing": {
|
|
834
|
+
"send": {
|
|
835
|
+
"property": "clientData",
|
|
836
|
+
"propertyInDotNotation": false,
|
|
837
|
+
"type": "body",
|
|
838
|
+
"value": "={{ JSON.parse($value) }}"
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
"displayOptions": {
|
|
842
|
+
"show": {
|
|
843
|
+
"resource": [
|
|
844
|
+
"People"
|
|
845
|
+
],
|
|
846
|
+
"operation": [
|
|
847
|
+
"People People Create Contact"
|
|
848
|
+
]
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"displayName": "Cover Photos",
|
|
854
|
+
"name": "coverPhotos",
|
|
855
|
+
"type": "json",
|
|
856
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
857
|
+
"description": "Output only. The person's cover photos.",
|
|
858
|
+
"routing": {
|
|
859
|
+
"send": {
|
|
860
|
+
"property": "coverPhotos",
|
|
861
|
+
"propertyInDotNotation": false,
|
|
862
|
+
"type": "body",
|
|
863
|
+
"value": "={{ JSON.parse($value) }}"
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
"displayOptions": {
|
|
867
|
+
"show": {
|
|
868
|
+
"resource": [
|
|
869
|
+
"People"
|
|
870
|
+
],
|
|
871
|
+
"operation": [
|
|
872
|
+
"People People Create Contact"
|
|
873
|
+
]
|
|
874
|
+
}
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"displayName": "Email Addresses",
|
|
879
|
+
"name": "emailAddresses",
|
|
880
|
+
"type": "json",
|
|
881
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
882
|
+
"description": "The person's email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.",
|
|
883
|
+
"routing": {
|
|
884
|
+
"send": {
|
|
885
|
+
"property": "emailAddresses",
|
|
886
|
+
"propertyInDotNotation": false,
|
|
887
|
+
"type": "body",
|
|
888
|
+
"value": "={{ JSON.parse($value) }}"
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
"displayOptions": {
|
|
892
|
+
"show": {
|
|
893
|
+
"resource": [
|
|
894
|
+
"People"
|
|
895
|
+
],
|
|
896
|
+
"operation": [
|
|
897
|
+
"People People Create Contact"
|
|
898
|
+
]
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
"displayName": "Etag",
|
|
904
|
+
"name": "etag",
|
|
905
|
+
"type": "string",
|
|
906
|
+
"default": "",
|
|
907
|
+
"description": "The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.",
|
|
908
|
+
"routing": {
|
|
909
|
+
"send": {
|
|
910
|
+
"property": "etag",
|
|
911
|
+
"propertyInDotNotation": false,
|
|
912
|
+
"type": "body",
|
|
913
|
+
"value": "={{ $value }}"
|
|
914
|
+
}
|
|
915
|
+
},
|
|
916
|
+
"displayOptions": {
|
|
917
|
+
"show": {
|
|
918
|
+
"resource": [
|
|
919
|
+
"People"
|
|
920
|
+
],
|
|
921
|
+
"operation": [
|
|
922
|
+
"People People Create Contact"
|
|
923
|
+
]
|
|
924
|
+
}
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"displayName": "Events",
|
|
929
|
+
"name": "events",
|
|
930
|
+
"type": "json",
|
|
931
|
+
"default": "[\n {\n \"date\": {},\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
932
|
+
"description": "The person's events.",
|
|
933
|
+
"routing": {
|
|
934
|
+
"send": {
|
|
935
|
+
"property": "events",
|
|
936
|
+
"propertyInDotNotation": false,
|
|
937
|
+
"type": "body",
|
|
938
|
+
"value": "={{ JSON.parse($value) }}"
|
|
939
|
+
}
|
|
940
|
+
},
|
|
941
|
+
"displayOptions": {
|
|
942
|
+
"show": {
|
|
943
|
+
"resource": [
|
|
944
|
+
"People"
|
|
945
|
+
],
|
|
946
|
+
"operation": [
|
|
947
|
+
"People People Create Contact"
|
|
948
|
+
]
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"displayName": "External Ids",
|
|
954
|
+
"name": "externalIds",
|
|
955
|
+
"type": "json",
|
|
956
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
957
|
+
"description": "The person's external IDs.",
|
|
958
|
+
"routing": {
|
|
959
|
+
"send": {
|
|
960
|
+
"property": "externalIds",
|
|
961
|
+
"propertyInDotNotation": false,
|
|
962
|
+
"type": "body",
|
|
963
|
+
"value": "={{ JSON.parse($value) }}"
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
"displayOptions": {
|
|
967
|
+
"show": {
|
|
968
|
+
"resource": [
|
|
969
|
+
"People"
|
|
970
|
+
],
|
|
971
|
+
"operation": [
|
|
972
|
+
"People People Create Contact"
|
|
973
|
+
]
|
|
974
|
+
}
|
|
975
|
+
}
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
"displayName": "File Ases",
|
|
979
|
+
"name": "fileAses",
|
|
980
|
+
"type": "json",
|
|
981
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
982
|
+
"description": "The person's file-ases.",
|
|
983
|
+
"routing": {
|
|
984
|
+
"send": {
|
|
985
|
+
"property": "fileAses",
|
|
986
|
+
"propertyInDotNotation": false,
|
|
987
|
+
"type": "body",
|
|
988
|
+
"value": "={{ JSON.parse($value) }}"
|
|
989
|
+
}
|
|
990
|
+
},
|
|
991
|
+
"displayOptions": {
|
|
992
|
+
"show": {
|
|
993
|
+
"resource": [
|
|
994
|
+
"People"
|
|
995
|
+
],
|
|
996
|
+
"operation": [
|
|
997
|
+
"People People Create Contact"
|
|
998
|
+
]
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"displayName": "Genders",
|
|
1004
|
+
"name": "genders",
|
|
1005
|
+
"type": "json",
|
|
1006
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1007
|
+
"description": "The person's genders. This field is a singleton for contact sources.",
|
|
1008
|
+
"routing": {
|
|
1009
|
+
"send": {
|
|
1010
|
+
"property": "genders",
|
|
1011
|
+
"propertyInDotNotation": false,
|
|
1012
|
+
"type": "body",
|
|
1013
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
"displayOptions": {
|
|
1017
|
+
"show": {
|
|
1018
|
+
"resource": [
|
|
1019
|
+
"People"
|
|
1020
|
+
],
|
|
1021
|
+
"operation": [
|
|
1022
|
+
"People People Create Contact"
|
|
1023
|
+
]
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"displayName": "Im Clients",
|
|
1029
|
+
"name": "imClients",
|
|
1030
|
+
"type": "json",
|
|
1031
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1032
|
+
"description": "The person's instant messaging clients.",
|
|
1033
|
+
"routing": {
|
|
1034
|
+
"send": {
|
|
1035
|
+
"property": "imClients",
|
|
1036
|
+
"propertyInDotNotation": false,
|
|
1037
|
+
"type": "body",
|
|
1038
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1039
|
+
}
|
|
1040
|
+
},
|
|
1041
|
+
"displayOptions": {
|
|
1042
|
+
"show": {
|
|
1043
|
+
"resource": [
|
|
1044
|
+
"People"
|
|
1045
|
+
],
|
|
1046
|
+
"operation": [
|
|
1047
|
+
"People People Create Contact"
|
|
1048
|
+
]
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"displayName": "Interests",
|
|
1054
|
+
"name": "interests",
|
|
1055
|
+
"type": "json",
|
|
1056
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1057
|
+
"description": "The person's interests.",
|
|
1058
|
+
"routing": {
|
|
1059
|
+
"send": {
|
|
1060
|
+
"property": "interests",
|
|
1061
|
+
"propertyInDotNotation": false,
|
|
1062
|
+
"type": "body",
|
|
1063
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1064
|
+
}
|
|
1065
|
+
},
|
|
1066
|
+
"displayOptions": {
|
|
1067
|
+
"show": {
|
|
1068
|
+
"resource": [
|
|
1069
|
+
"People"
|
|
1070
|
+
],
|
|
1071
|
+
"operation": [
|
|
1072
|
+
"People People Create Contact"
|
|
1073
|
+
]
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"displayName": "Locales",
|
|
1079
|
+
"name": "locales",
|
|
1080
|
+
"type": "json",
|
|
1081
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1082
|
+
"description": "The person's locale preferences.",
|
|
1083
|
+
"routing": {
|
|
1084
|
+
"send": {
|
|
1085
|
+
"property": "locales",
|
|
1086
|
+
"propertyInDotNotation": false,
|
|
1087
|
+
"type": "body",
|
|
1088
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
"displayOptions": {
|
|
1092
|
+
"show": {
|
|
1093
|
+
"resource": [
|
|
1094
|
+
"People"
|
|
1095
|
+
],
|
|
1096
|
+
"operation": [
|
|
1097
|
+
"People People Create Contact"
|
|
1098
|
+
]
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"displayName": "Locations",
|
|
1104
|
+
"name": "locations",
|
|
1105
|
+
"type": "json",
|
|
1106
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1107
|
+
"description": "The person's locations.",
|
|
1108
|
+
"routing": {
|
|
1109
|
+
"send": {
|
|
1110
|
+
"property": "locations",
|
|
1111
|
+
"propertyInDotNotation": false,
|
|
1112
|
+
"type": "body",
|
|
1113
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1116
|
+
"displayOptions": {
|
|
1117
|
+
"show": {
|
|
1118
|
+
"resource": [
|
|
1119
|
+
"People"
|
|
1120
|
+
],
|
|
1121
|
+
"operation": [
|
|
1122
|
+
"People People Create Contact"
|
|
1123
|
+
]
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"displayName": "Memberships",
|
|
1129
|
+
"name": "memberships",
|
|
1130
|
+
"type": "json",
|
|
1131
|
+
"default": "[\n {\n \"contactGroupMembership\": {},\n \"domainMembership\": {},\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1132
|
+
"description": "The person's group memberships.",
|
|
1133
|
+
"routing": {
|
|
1134
|
+
"send": {
|
|
1135
|
+
"property": "memberships",
|
|
1136
|
+
"propertyInDotNotation": false,
|
|
1137
|
+
"type": "body",
|
|
1138
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
"displayOptions": {
|
|
1142
|
+
"show": {
|
|
1143
|
+
"resource": [
|
|
1144
|
+
"People"
|
|
1145
|
+
],
|
|
1146
|
+
"operation": [
|
|
1147
|
+
"People People Create Contact"
|
|
1148
|
+
]
|
|
1149
|
+
}
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"displayName": "Metadata",
|
|
1154
|
+
"name": "metadata",
|
|
1155
|
+
"type": "json",
|
|
1156
|
+
"default": "{\n \"linkedPeopleResourceNames\": [\n null\n ],\n \"previousResourceNames\": [\n null\n ],\n \"sources\": [\n {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n ]\n}",
|
|
1157
|
+
"description": "The metadata about a person.",
|
|
1158
|
+
"routing": {
|
|
1159
|
+
"send": {
|
|
1160
|
+
"property": "metadata",
|
|
1161
|
+
"propertyInDotNotation": false,
|
|
1162
|
+
"type": "body",
|
|
1163
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1164
|
+
}
|
|
1165
|
+
},
|
|
1166
|
+
"displayOptions": {
|
|
1167
|
+
"show": {
|
|
1168
|
+
"resource": [
|
|
1169
|
+
"People"
|
|
1170
|
+
],
|
|
1171
|
+
"operation": [
|
|
1172
|
+
"People People Create Contact"
|
|
1173
|
+
]
|
|
1174
|
+
}
|
|
1175
|
+
}
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"displayName": "Misc Keywords",
|
|
1179
|
+
"name": "miscKeywords",
|
|
1180
|
+
"type": "json",
|
|
1181
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1182
|
+
"description": "The person's miscellaneous keywords.",
|
|
1183
|
+
"routing": {
|
|
1184
|
+
"send": {
|
|
1185
|
+
"property": "miscKeywords",
|
|
1186
|
+
"propertyInDotNotation": false,
|
|
1187
|
+
"type": "body",
|
|
1188
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1189
|
+
}
|
|
1190
|
+
},
|
|
1191
|
+
"displayOptions": {
|
|
1192
|
+
"show": {
|
|
1193
|
+
"resource": [
|
|
1194
|
+
"People"
|
|
1195
|
+
],
|
|
1196
|
+
"operation": [
|
|
1197
|
+
"People People Create Contact"
|
|
1198
|
+
]
|
|
1199
|
+
}
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"displayName": "Names",
|
|
1204
|
+
"name": "names",
|
|
1205
|
+
"type": "json",
|
|
1206
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1207
|
+
"description": "The person's names. This field is a singleton for contact sources.",
|
|
1208
|
+
"routing": {
|
|
1209
|
+
"send": {
|
|
1210
|
+
"property": "names",
|
|
1211
|
+
"propertyInDotNotation": false,
|
|
1212
|
+
"type": "body",
|
|
1213
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
"displayOptions": {
|
|
1217
|
+
"show": {
|
|
1218
|
+
"resource": [
|
|
1219
|
+
"People"
|
|
1220
|
+
],
|
|
1221
|
+
"operation": [
|
|
1222
|
+
"People People Create Contact"
|
|
1223
|
+
]
|
|
1224
|
+
}
|
|
1225
|
+
}
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
"displayName": "Nicknames",
|
|
1229
|
+
"name": "nicknames",
|
|
1230
|
+
"type": "json",
|
|
1231
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1232
|
+
"description": "The person's nicknames.",
|
|
1233
|
+
"routing": {
|
|
1234
|
+
"send": {
|
|
1235
|
+
"property": "nicknames",
|
|
1236
|
+
"propertyInDotNotation": false,
|
|
1237
|
+
"type": "body",
|
|
1238
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
"displayOptions": {
|
|
1242
|
+
"show": {
|
|
1243
|
+
"resource": [
|
|
1244
|
+
"People"
|
|
1245
|
+
],
|
|
1246
|
+
"operation": [
|
|
1247
|
+
"People People Create Contact"
|
|
1248
|
+
]
|
|
1249
|
+
}
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"displayName": "Occupations",
|
|
1254
|
+
"name": "occupations",
|
|
1255
|
+
"type": "json",
|
|
1256
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1257
|
+
"description": "The person's occupations.",
|
|
1258
|
+
"routing": {
|
|
1259
|
+
"send": {
|
|
1260
|
+
"property": "occupations",
|
|
1261
|
+
"propertyInDotNotation": false,
|
|
1262
|
+
"type": "body",
|
|
1263
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1264
|
+
}
|
|
1265
|
+
},
|
|
1266
|
+
"displayOptions": {
|
|
1267
|
+
"show": {
|
|
1268
|
+
"resource": [
|
|
1269
|
+
"People"
|
|
1270
|
+
],
|
|
1271
|
+
"operation": [
|
|
1272
|
+
"People People Create Contact"
|
|
1273
|
+
]
|
|
1274
|
+
}
|
|
1275
|
+
}
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"displayName": "Organizations",
|
|
1279
|
+
"name": "organizations",
|
|
1280
|
+
"type": "json",
|
|
1281
|
+
"default": "[\n {\n \"endDate\": {},\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n },\n \"startDate\": {}\n }\n]",
|
|
1282
|
+
"description": "The person's past or current organizations.",
|
|
1283
|
+
"routing": {
|
|
1284
|
+
"send": {
|
|
1285
|
+
"property": "organizations",
|
|
1286
|
+
"propertyInDotNotation": false,
|
|
1287
|
+
"type": "body",
|
|
1288
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1291
|
+
"displayOptions": {
|
|
1292
|
+
"show": {
|
|
1293
|
+
"resource": [
|
|
1294
|
+
"People"
|
|
1295
|
+
],
|
|
1296
|
+
"operation": [
|
|
1297
|
+
"People People Create Contact"
|
|
1298
|
+
]
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
"displayName": "Phone Numbers",
|
|
1304
|
+
"name": "phoneNumbers",
|
|
1305
|
+
"type": "json",
|
|
1306
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1307
|
+
"description": "The person's phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.",
|
|
1308
|
+
"routing": {
|
|
1309
|
+
"send": {
|
|
1310
|
+
"property": "phoneNumbers",
|
|
1311
|
+
"propertyInDotNotation": false,
|
|
1312
|
+
"type": "body",
|
|
1313
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1314
|
+
}
|
|
1315
|
+
},
|
|
1316
|
+
"displayOptions": {
|
|
1317
|
+
"show": {
|
|
1318
|
+
"resource": [
|
|
1319
|
+
"People"
|
|
1320
|
+
],
|
|
1321
|
+
"operation": [
|
|
1322
|
+
"People People Create Contact"
|
|
1323
|
+
]
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"displayName": "Photos",
|
|
1329
|
+
"name": "photos",
|
|
1330
|
+
"type": "json",
|
|
1331
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1332
|
+
"description": "Output only. The person's photos.",
|
|
1333
|
+
"routing": {
|
|
1334
|
+
"send": {
|
|
1335
|
+
"property": "photos",
|
|
1336
|
+
"propertyInDotNotation": false,
|
|
1337
|
+
"type": "body",
|
|
1338
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1341
|
+
"displayOptions": {
|
|
1342
|
+
"show": {
|
|
1343
|
+
"resource": [
|
|
1344
|
+
"People"
|
|
1345
|
+
],
|
|
1346
|
+
"operation": [
|
|
1347
|
+
"People People Create Contact"
|
|
1348
|
+
]
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
"displayName": "Relations",
|
|
1354
|
+
"name": "relations",
|
|
1355
|
+
"type": "json",
|
|
1356
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1357
|
+
"description": "The person's relations.",
|
|
1358
|
+
"routing": {
|
|
1359
|
+
"send": {
|
|
1360
|
+
"property": "relations",
|
|
1361
|
+
"propertyInDotNotation": false,
|
|
1362
|
+
"type": "body",
|
|
1363
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1366
|
+
"displayOptions": {
|
|
1367
|
+
"show": {
|
|
1368
|
+
"resource": [
|
|
1369
|
+
"People"
|
|
1370
|
+
],
|
|
1371
|
+
"operation": [
|
|
1372
|
+
"People People Create Contact"
|
|
1373
|
+
]
|
|
1374
|
+
}
|
|
1375
|
+
}
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"displayName": "Relationship Interests",
|
|
1379
|
+
"name": "relationshipInterests",
|
|
1380
|
+
"type": "json",
|
|
1381
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1382
|
+
"description": "Output only. **DEPRECATED**: No data will be returned The person's relationship interests.",
|
|
1383
|
+
"routing": {
|
|
1384
|
+
"send": {
|
|
1385
|
+
"property": "relationshipInterests",
|
|
1386
|
+
"propertyInDotNotation": false,
|
|
1387
|
+
"type": "body",
|
|
1388
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
"displayOptions": {
|
|
1392
|
+
"show": {
|
|
1393
|
+
"resource": [
|
|
1394
|
+
"People"
|
|
1395
|
+
],
|
|
1396
|
+
"operation": [
|
|
1397
|
+
"People People Create Contact"
|
|
1398
|
+
]
|
|
1399
|
+
}
|
|
1400
|
+
}
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"displayName": "Relationship Statuses",
|
|
1404
|
+
"name": "relationshipStatuses",
|
|
1405
|
+
"type": "json",
|
|
1406
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1407
|
+
"description": "Output only. **DEPRECATED**: No data will be returned The person's relationship statuses.",
|
|
1408
|
+
"routing": {
|
|
1409
|
+
"send": {
|
|
1410
|
+
"property": "relationshipStatuses",
|
|
1411
|
+
"propertyInDotNotation": false,
|
|
1412
|
+
"type": "body",
|
|
1413
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1414
|
+
}
|
|
1415
|
+
},
|
|
1416
|
+
"displayOptions": {
|
|
1417
|
+
"show": {
|
|
1418
|
+
"resource": [
|
|
1419
|
+
"People"
|
|
1420
|
+
],
|
|
1421
|
+
"operation": [
|
|
1422
|
+
"People People Create Contact"
|
|
1423
|
+
]
|
|
1424
|
+
}
|
|
1425
|
+
}
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
"displayName": "Residences",
|
|
1429
|
+
"name": "residences",
|
|
1430
|
+
"type": "json",
|
|
1431
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1432
|
+
"description": "**DEPRECATED**: (Please use `person.locations` instead) The person's residences.",
|
|
1433
|
+
"routing": {
|
|
1434
|
+
"send": {
|
|
1435
|
+
"property": "residences",
|
|
1436
|
+
"propertyInDotNotation": false,
|
|
1437
|
+
"type": "body",
|
|
1438
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1439
|
+
}
|
|
1440
|
+
},
|
|
1441
|
+
"displayOptions": {
|
|
1442
|
+
"show": {
|
|
1443
|
+
"resource": [
|
|
1444
|
+
"People"
|
|
1445
|
+
],
|
|
1446
|
+
"operation": [
|
|
1447
|
+
"People People Create Contact"
|
|
1448
|
+
]
|
|
1449
|
+
}
|
|
1450
|
+
}
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"displayName": "Resource Name",
|
|
1454
|
+
"name": "resourceName",
|
|
1455
|
+
"type": "string",
|
|
1456
|
+
"default": "",
|
|
1457
|
+
"description": "The resource name for the person, assigned by the server. An ASCII string in the form of `people/{person_id}`.",
|
|
1458
|
+
"routing": {
|
|
1459
|
+
"send": {
|
|
1460
|
+
"property": "resourceName",
|
|
1461
|
+
"propertyInDotNotation": false,
|
|
1462
|
+
"type": "body",
|
|
1463
|
+
"value": "={{ $value }}"
|
|
1464
|
+
}
|
|
1465
|
+
},
|
|
1466
|
+
"displayOptions": {
|
|
1467
|
+
"show": {
|
|
1468
|
+
"resource": [
|
|
1469
|
+
"People"
|
|
1470
|
+
],
|
|
1471
|
+
"operation": [
|
|
1472
|
+
"People People Create Contact"
|
|
1473
|
+
]
|
|
1474
|
+
}
|
|
1475
|
+
}
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"displayName": "Sip Addresses",
|
|
1479
|
+
"name": "sipAddresses",
|
|
1480
|
+
"type": "json",
|
|
1481
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1482
|
+
"description": "The person's SIP addresses.",
|
|
1483
|
+
"routing": {
|
|
1484
|
+
"send": {
|
|
1485
|
+
"property": "sipAddresses",
|
|
1486
|
+
"propertyInDotNotation": false,
|
|
1487
|
+
"type": "body",
|
|
1488
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1491
|
+
"displayOptions": {
|
|
1492
|
+
"show": {
|
|
1493
|
+
"resource": [
|
|
1494
|
+
"People"
|
|
1495
|
+
],
|
|
1496
|
+
"operation": [
|
|
1497
|
+
"People People Create Contact"
|
|
1498
|
+
]
|
|
1499
|
+
}
|
|
1500
|
+
}
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
"displayName": "Skills",
|
|
1504
|
+
"name": "skills",
|
|
1505
|
+
"type": "json",
|
|
1506
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1507
|
+
"description": "The person's skills.",
|
|
1508
|
+
"routing": {
|
|
1509
|
+
"send": {
|
|
1510
|
+
"property": "skills",
|
|
1511
|
+
"propertyInDotNotation": false,
|
|
1512
|
+
"type": "body",
|
|
1513
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
"displayOptions": {
|
|
1517
|
+
"show": {
|
|
1518
|
+
"resource": [
|
|
1519
|
+
"People"
|
|
1520
|
+
],
|
|
1521
|
+
"operation": [
|
|
1522
|
+
"People People Create Contact"
|
|
1523
|
+
]
|
|
1524
|
+
}
|
|
1525
|
+
}
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"displayName": "Taglines",
|
|
1529
|
+
"name": "taglines",
|
|
1530
|
+
"type": "json",
|
|
1531
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1532
|
+
"description": "Output only. **DEPRECATED**: No data will be returned The person's taglines.",
|
|
1533
|
+
"routing": {
|
|
1534
|
+
"send": {
|
|
1535
|
+
"property": "taglines",
|
|
1536
|
+
"propertyInDotNotation": false,
|
|
1537
|
+
"type": "body",
|
|
1538
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1539
|
+
}
|
|
1540
|
+
},
|
|
1541
|
+
"displayOptions": {
|
|
1542
|
+
"show": {
|
|
1543
|
+
"resource": [
|
|
1544
|
+
"People"
|
|
1545
|
+
],
|
|
1546
|
+
"operation": [
|
|
1547
|
+
"People People Create Contact"
|
|
1548
|
+
]
|
|
1549
|
+
}
|
|
1550
|
+
}
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"displayName": "Urls",
|
|
1554
|
+
"name": "urls",
|
|
1555
|
+
"type": "json",
|
|
1556
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1557
|
+
"description": "The person's associated URLs.",
|
|
1558
|
+
"routing": {
|
|
1559
|
+
"send": {
|
|
1560
|
+
"property": "urls",
|
|
1561
|
+
"propertyInDotNotation": false,
|
|
1562
|
+
"type": "body",
|
|
1563
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1564
|
+
}
|
|
1565
|
+
},
|
|
1566
|
+
"displayOptions": {
|
|
1567
|
+
"show": {
|
|
1568
|
+
"resource": [
|
|
1569
|
+
"People"
|
|
1570
|
+
],
|
|
1571
|
+
"operation": [
|
|
1572
|
+
"People People Create Contact"
|
|
1573
|
+
]
|
|
1574
|
+
}
|
|
1575
|
+
}
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
"displayName": "User Defined",
|
|
1579
|
+
"name": "userDefined",
|
|
1580
|
+
"type": "json",
|
|
1581
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
1582
|
+
"description": "The person's user defined data.",
|
|
1583
|
+
"routing": {
|
|
1584
|
+
"send": {
|
|
1585
|
+
"property": "userDefined",
|
|
1586
|
+
"propertyInDotNotation": false,
|
|
1587
|
+
"type": "body",
|
|
1588
|
+
"value": "={{ JSON.parse($value) }}"
|
|
1589
|
+
}
|
|
1590
|
+
},
|
|
1591
|
+
"displayOptions": {
|
|
1592
|
+
"show": {
|
|
1593
|
+
"resource": [
|
|
1594
|
+
"People"
|
|
1595
|
+
],
|
|
1596
|
+
"operation": [
|
|
1597
|
+
"People People Create Contact"
|
|
1598
|
+
]
|
|
1599
|
+
}
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"displayName": "GET /v1/people:listDirectoryPeople",
|
|
1604
|
+
"name": "operation",
|
|
1605
|
+
"type": "notice",
|
|
1606
|
+
"typeOptions": {
|
|
1607
|
+
"theme": "info"
|
|
1608
|
+
},
|
|
1609
|
+
"default": "",
|
|
1610
|
+
"displayOptions": {
|
|
1611
|
+
"show": {
|
|
1612
|
+
"resource": [
|
|
1613
|
+
"People"
|
|
1614
|
+
],
|
|
1615
|
+
"operation": [
|
|
1616
|
+
"People People List Directory People"
|
|
1617
|
+
]
|
|
1618
|
+
}
|
|
1619
|
+
}
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"displayName": "Merge Sources",
|
|
1623
|
+
"name": "mergeSources",
|
|
1624
|
+
"description": "Optional. Additional data to merge into the directory sources if they are connected through verified join keys such as email addresses or phone numbers.",
|
|
1625
|
+
"default": "[\n null\n]",
|
|
1626
|
+
"type": "json",
|
|
1627
|
+
"routing": {
|
|
1628
|
+
"send": {
|
|
1629
|
+
"type": "query",
|
|
1630
|
+
"property": "mergeSources",
|
|
1631
|
+
"value": "={{ $value }}",
|
|
1632
|
+
"propertyInDotNotation": false
|
|
1633
|
+
}
|
|
1634
|
+
},
|
|
1635
|
+
"displayOptions": {
|
|
1636
|
+
"show": {
|
|
1637
|
+
"resource": [
|
|
1638
|
+
"People"
|
|
1639
|
+
],
|
|
1640
|
+
"operation": [
|
|
1641
|
+
"People People List Directory People"
|
|
1642
|
+
]
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"displayName": "Page Size",
|
|
1648
|
+
"name": "pageSize",
|
|
1649
|
+
"description": "Optional. The number of people to include in the response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.",
|
|
1650
|
+
"default": 0,
|
|
1651
|
+
"type": "number",
|
|
1652
|
+
"routing": {
|
|
1653
|
+
"send": {
|
|
1654
|
+
"type": "query",
|
|
1655
|
+
"property": "pageSize",
|
|
1656
|
+
"value": "={{ $value }}",
|
|
1657
|
+
"propertyInDotNotation": false
|
|
1658
|
+
}
|
|
1659
|
+
},
|
|
1660
|
+
"displayOptions": {
|
|
1661
|
+
"show": {
|
|
1662
|
+
"resource": [
|
|
1663
|
+
"People"
|
|
1664
|
+
],
|
|
1665
|
+
"operation": [
|
|
1666
|
+
"People People List Directory People"
|
|
1667
|
+
]
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"displayName": "Page Token",
|
|
1673
|
+
"name": "pageToken",
|
|
1674
|
+
"description": "Optional. A page token, received from a previous response `next_page_token`. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `people.listDirectoryPeople` must match the first call that provided the page token.",
|
|
1675
|
+
"default": "",
|
|
1676
|
+
"type": "string",
|
|
1677
|
+
"routing": {
|
|
1678
|
+
"send": {
|
|
1679
|
+
"type": "query",
|
|
1680
|
+
"property": "pageToken",
|
|
1681
|
+
"value": "={{ $value }}",
|
|
1682
|
+
"propertyInDotNotation": false
|
|
1683
|
+
}
|
|
1684
|
+
},
|
|
1685
|
+
"displayOptions": {
|
|
1686
|
+
"show": {
|
|
1687
|
+
"resource": [
|
|
1688
|
+
"People"
|
|
1689
|
+
],
|
|
1690
|
+
"operation": [
|
|
1691
|
+
"People People List Directory People"
|
|
1692
|
+
]
|
|
1693
|
+
}
|
|
1694
|
+
}
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"displayName": "Read Mask",
|
|
1698
|
+
"name": "readMask",
|
|
1699
|
+
"description": "Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined",
|
|
1700
|
+
"default": "",
|
|
1701
|
+
"type": "string",
|
|
1702
|
+
"routing": {
|
|
1703
|
+
"send": {
|
|
1704
|
+
"type": "query",
|
|
1705
|
+
"property": "readMask",
|
|
1706
|
+
"value": "={{ $value }}",
|
|
1707
|
+
"propertyInDotNotation": false
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
"displayOptions": {
|
|
1711
|
+
"show": {
|
|
1712
|
+
"resource": [
|
|
1713
|
+
"People"
|
|
1714
|
+
],
|
|
1715
|
+
"operation": [
|
|
1716
|
+
"People People List Directory People"
|
|
1717
|
+
]
|
|
1718
|
+
}
|
|
1719
|
+
}
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"displayName": "Request Sync Token",
|
|
1723
|
+
"name": "requestSyncToken",
|
|
1724
|
+
"description": "Optional. Whether the response should return `next_sync_token`. It can be used to get incremental changes since the last request by setting it on the request `sync_token`. More details about sync behavior at `people.listDirectoryPeople`.",
|
|
1725
|
+
"default": true,
|
|
1726
|
+
"type": "boolean",
|
|
1727
|
+
"routing": {
|
|
1728
|
+
"send": {
|
|
1729
|
+
"type": "query",
|
|
1730
|
+
"property": "requestSyncToken",
|
|
1731
|
+
"value": "={{ $value }}",
|
|
1732
|
+
"propertyInDotNotation": false
|
|
1733
|
+
}
|
|
1734
|
+
},
|
|
1735
|
+
"displayOptions": {
|
|
1736
|
+
"show": {
|
|
1737
|
+
"resource": [
|
|
1738
|
+
"People"
|
|
1739
|
+
],
|
|
1740
|
+
"operation": [
|
|
1741
|
+
"People People List Directory People"
|
|
1742
|
+
]
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"displayName": "Sources",
|
|
1748
|
+
"name": "sources",
|
|
1749
|
+
"description": "Required. Directory sources to return.",
|
|
1750
|
+
"default": "[\n null\n]",
|
|
1751
|
+
"type": "json",
|
|
1752
|
+
"routing": {
|
|
1753
|
+
"send": {
|
|
1754
|
+
"type": "query",
|
|
1755
|
+
"property": "sources",
|
|
1756
|
+
"value": "={{ $value }}",
|
|
1757
|
+
"propertyInDotNotation": false
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
"displayOptions": {
|
|
1761
|
+
"show": {
|
|
1762
|
+
"resource": [
|
|
1763
|
+
"People"
|
|
1764
|
+
],
|
|
1765
|
+
"operation": [
|
|
1766
|
+
"People People List Directory People"
|
|
1767
|
+
]
|
|
1768
|
+
}
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"displayName": "Sync Token",
|
|
1773
|
+
"name": "syncToken",
|
|
1774
|
+
"description": "Optional. A sync token, received from a previous response `next_sync_token` Provide this to retrieve only the resources changed since the last request. When syncing, all other parameters provided to `people.listDirectoryPeople` must match the first call that provided the sync token. More details about sync behavior at `people.listDirectoryPeople`.",
|
|
1775
|
+
"default": "",
|
|
1776
|
+
"type": "string",
|
|
1777
|
+
"routing": {
|
|
1778
|
+
"send": {
|
|
1779
|
+
"type": "query",
|
|
1780
|
+
"property": "syncToken",
|
|
1781
|
+
"value": "={{ $value }}",
|
|
1782
|
+
"propertyInDotNotation": false
|
|
1783
|
+
}
|
|
1784
|
+
},
|
|
1785
|
+
"displayOptions": {
|
|
1786
|
+
"show": {
|
|
1787
|
+
"resource": [
|
|
1788
|
+
"People"
|
|
1789
|
+
],
|
|
1790
|
+
"operation": [
|
|
1791
|
+
"People People List Directory People"
|
|
1792
|
+
]
|
|
1793
|
+
}
|
|
1794
|
+
}
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"displayName": "GET /v1/people:searchContacts",
|
|
1798
|
+
"name": "operation",
|
|
1799
|
+
"type": "notice",
|
|
1800
|
+
"typeOptions": {
|
|
1801
|
+
"theme": "info"
|
|
1802
|
+
},
|
|
1803
|
+
"default": "",
|
|
1804
|
+
"displayOptions": {
|
|
1805
|
+
"show": {
|
|
1806
|
+
"resource": [
|
|
1807
|
+
"People"
|
|
1808
|
+
],
|
|
1809
|
+
"operation": [
|
|
1810
|
+
"People People Search Contacts"
|
|
1811
|
+
]
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"displayName": "Page Size",
|
|
1817
|
+
"name": "pageSize",
|
|
1818
|
+
"description": "Optional. The number of results to return. Defaults to 10 if field is not set, or set to 0. Values greater than 30 will be capped to 30.",
|
|
1819
|
+
"default": 0,
|
|
1820
|
+
"type": "number",
|
|
1821
|
+
"routing": {
|
|
1822
|
+
"send": {
|
|
1823
|
+
"type": "query",
|
|
1824
|
+
"property": "pageSize",
|
|
1825
|
+
"value": "={{ $value }}",
|
|
1826
|
+
"propertyInDotNotation": false
|
|
1827
|
+
}
|
|
1828
|
+
},
|
|
1829
|
+
"displayOptions": {
|
|
1830
|
+
"show": {
|
|
1831
|
+
"resource": [
|
|
1832
|
+
"People"
|
|
1833
|
+
],
|
|
1834
|
+
"operation": [
|
|
1835
|
+
"People People Search Contacts"
|
|
1836
|
+
]
|
|
1837
|
+
}
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
"displayName": "Query",
|
|
1842
|
+
"name": "query",
|
|
1843
|
+
"description": "Required. The plain-text query for the request. The query is used to match prefix phrases of the fields on a person. For example, a person with name \"foo name\" matches queries such as \"f\", \"fo\", \"foo\", \"foo n\", \"nam\", etc., but not \"oo n\".",
|
|
1844
|
+
"default": "",
|
|
1845
|
+
"type": "string",
|
|
1846
|
+
"routing": {
|
|
1847
|
+
"send": {
|
|
1848
|
+
"type": "query",
|
|
1849
|
+
"property": "query",
|
|
1850
|
+
"value": "={{ $value }}",
|
|
1851
|
+
"propertyInDotNotation": false
|
|
1852
|
+
}
|
|
1853
|
+
},
|
|
1854
|
+
"displayOptions": {
|
|
1855
|
+
"show": {
|
|
1856
|
+
"resource": [
|
|
1857
|
+
"People"
|
|
1858
|
+
],
|
|
1859
|
+
"operation": [
|
|
1860
|
+
"People People Search Contacts"
|
|
1861
|
+
]
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
},
|
|
1865
|
+
{
|
|
1866
|
+
"displayName": "Read Mask",
|
|
1867
|
+
"name": "readMask",
|
|
1868
|
+
"description": "Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined",
|
|
1869
|
+
"default": "",
|
|
1870
|
+
"type": "string",
|
|
1871
|
+
"routing": {
|
|
1872
|
+
"send": {
|
|
1873
|
+
"type": "query",
|
|
1874
|
+
"property": "readMask",
|
|
1875
|
+
"value": "={{ $value }}",
|
|
1876
|
+
"propertyInDotNotation": false
|
|
1877
|
+
}
|
|
1878
|
+
},
|
|
1879
|
+
"displayOptions": {
|
|
1880
|
+
"show": {
|
|
1881
|
+
"resource": [
|
|
1882
|
+
"People"
|
|
1883
|
+
],
|
|
1884
|
+
"operation": [
|
|
1885
|
+
"People People Search Contacts"
|
|
1886
|
+
]
|
|
1887
|
+
}
|
|
1888
|
+
}
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"displayName": "Sources",
|
|
1892
|
+
"name": "sources",
|
|
1893
|
+
"description": "Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT if not set.",
|
|
1894
|
+
"default": "[\n null\n]",
|
|
1895
|
+
"type": "json",
|
|
1896
|
+
"routing": {
|
|
1897
|
+
"send": {
|
|
1898
|
+
"type": "query",
|
|
1899
|
+
"property": "sources",
|
|
1900
|
+
"value": "={{ $value }}",
|
|
1901
|
+
"propertyInDotNotation": false
|
|
1902
|
+
}
|
|
1903
|
+
},
|
|
1904
|
+
"displayOptions": {
|
|
1905
|
+
"show": {
|
|
1906
|
+
"resource": [
|
|
1907
|
+
"People"
|
|
1908
|
+
],
|
|
1909
|
+
"operation": [
|
|
1910
|
+
"People People Search Contacts"
|
|
1911
|
+
]
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"displayName": "GET /v1/people:searchDirectoryPeople",
|
|
1917
|
+
"name": "operation",
|
|
1918
|
+
"type": "notice",
|
|
1919
|
+
"typeOptions": {
|
|
1920
|
+
"theme": "info"
|
|
1921
|
+
},
|
|
1922
|
+
"default": "",
|
|
1923
|
+
"displayOptions": {
|
|
1924
|
+
"show": {
|
|
1925
|
+
"resource": [
|
|
1926
|
+
"People"
|
|
1927
|
+
],
|
|
1928
|
+
"operation": [
|
|
1929
|
+
"People People Search Directory People"
|
|
1930
|
+
]
|
|
1931
|
+
}
|
|
1932
|
+
}
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"displayName": "Merge Sources",
|
|
1936
|
+
"name": "mergeSources",
|
|
1937
|
+
"description": "Optional. Additional data to merge into the directory sources if they are connected through verified join keys such as email addresses or phone numbers.",
|
|
1938
|
+
"default": "[\n null\n]",
|
|
1939
|
+
"type": "json",
|
|
1940
|
+
"routing": {
|
|
1941
|
+
"send": {
|
|
1942
|
+
"type": "query",
|
|
1943
|
+
"property": "mergeSources",
|
|
1944
|
+
"value": "={{ $value }}",
|
|
1945
|
+
"propertyInDotNotation": false
|
|
1946
|
+
}
|
|
1947
|
+
},
|
|
1948
|
+
"displayOptions": {
|
|
1949
|
+
"show": {
|
|
1950
|
+
"resource": [
|
|
1951
|
+
"People"
|
|
1952
|
+
],
|
|
1953
|
+
"operation": [
|
|
1954
|
+
"People People Search Directory People"
|
|
1955
|
+
]
|
|
1956
|
+
}
|
|
1957
|
+
}
|
|
1958
|
+
},
|
|
1959
|
+
{
|
|
1960
|
+
"displayName": "Page Size",
|
|
1961
|
+
"name": "pageSize",
|
|
1962
|
+
"description": "Optional. The number of people to include in the response. Valid values are between 1 and 500, inclusive. Defaults to 100 if not set or set to 0.",
|
|
1963
|
+
"default": 0,
|
|
1964
|
+
"type": "number",
|
|
1965
|
+
"routing": {
|
|
1966
|
+
"send": {
|
|
1967
|
+
"type": "query",
|
|
1968
|
+
"property": "pageSize",
|
|
1969
|
+
"value": "={{ $value }}",
|
|
1970
|
+
"propertyInDotNotation": false
|
|
1971
|
+
}
|
|
1972
|
+
},
|
|
1973
|
+
"displayOptions": {
|
|
1974
|
+
"show": {
|
|
1975
|
+
"resource": [
|
|
1976
|
+
"People"
|
|
1977
|
+
],
|
|
1978
|
+
"operation": [
|
|
1979
|
+
"People People Search Directory People"
|
|
1980
|
+
]
|
|
1981
|
+
}
|
|
1982
|
+
}
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"displayName": "Page Token",
|
|
1986
|
+
"name": "pageToken",
|
|
1987
|
+
"description": "Optional. A page token, received from a previous response `next_page_token`. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchDirectoryPeople` must match the first call that provided the page token.",
|
|
1988
|
+
"default": "",
|
|
1989
|
+
"type": "string",
|
|
1990
|
+
"routing": {
|
|
1991
|
+
"send": {
|
|
1992
|
+
"type": "query",
|
|
1993
|
+
"property": "pageToken",
|
|
1994
|
+
"value": "={{ $value }}",
|
|
1995
|
+
"propertyInDotNotation": false
|
|
1996
|
+
}
|
|
1997
|
+
},
|
|
1998
|
+
"displayOptions": {
|
|
1999
|
+
"show": {
|
|
2000
|
+
"resource": [
|
|
2001
|
+
"People"
|
|
2002
|
+
],
|
|
2003
|
+
"operation": [
|
|
2004
|
+
"People People Search Directory People"
|
|
2005
|
+
]
|
|
2006
|
+
}
|
|
2007
|
+
}
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"displayName": "Query",
|
|
2011
|
+
"name": "query",
|
|
2012
|
+
"description": "Required. Prefix query that matches fields in the person. Does NOT use the read_mask for determining what fields to match.",
|
|
2013
|
+
"default": "",
|
|
2014
|
+
"type": "string",
|
|
2015
|
+
"routing": {
|
|
2016
|
+
"send": {
|
|
2017
|
+
"type": "query",
|
|
2018
|
+
"property": "query",
|
|
2019
|
+
"value": "={{ $value }}",
|
|
2020
|
+
"propertyInDotNotation": false
|
|
2021
|
+
}
|
|
2022
|
+
},
|
|
2023
|
+
"displayOptions": {
|
|
2024
|
+
"show": {
|
|
2025
|
+
"resource": [
|
|
2026
|
+
"People"
|
|
2027
|
+
],
|
|
2028
|
+
"operation": [
|
|
2029
|
+
"People People Search Directory People"
|
|
2030
|
+
]
|
|
2031
|
+
}
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"displayName": "Read Mask",
|
|
2036
|
+
"name": "readMask",
|
|
2037
|
+
"description": "Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined",
|
|
2038
|
+
"default": "",
|
|
2039
|
+
"type": "string",
|
|
2040
|
+
"routing": {
|
|
2041
|
+
"send": {
|
|
2042
|
+
"type": "query",
|
|
2043
|
+
"property": "readMask",
|
|
2044
|
+
"value": "={{ $value }}",
|
|
2045
|
+
"propertyInDotNotation": false
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
"displayOptions": {
|
|
2049
|
+
"show": {
|
|
2050
|
+
"resource": [
|
|
2051
|
+
"People"
|
|
2052
|
+
],
|
|
2053
|
+
"operation": [
|
|
2054
|
+
"People People Search Directory People"
|
|
2055
|
+
]
|
|
2056
|
+
}
|
|
2057
|
+
}
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"displayName": "Sources",
|
|
2061
|
+
"name": "sources",
|
|
2062
|
+
"description": "Required. Directory sources to return.",
|
|
2063
|
+
"default": "[\n null\n]",
|
|
2064
|
+
"type": "json",
|
|
2065
|
+
"routing": {
|
|
2066
|
+
"send": {
|
|
2067
|
+
"type": "query",
|
|
2068
|
+
"property": "sources",
|
|
2069
|
+
"value": "={{ $value }}",
|
|
2070
|
+
"propertyInDotNotation": false
|
|
2071
|
+
}
|
|
2072
|
+
},
|
|
2073
|
+
"displayOptions": {
|
|
2074
|
+
"show": {
|
|
2075
|
+
"resource": [
|
|
2076
|
+
"People"
|
|
2077
|
+
],
|
|
2078
|
+
"operation": [
|
|
2079
|
+
"People People Search Directory People"
|
|
2080
|
+
]
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"displayName": "GET /v1/{resourceName}",
|
|
2086
|
+
"name": "operation",
|
|
2087
|
+
"type": "notice",
|
|
2088
|
+
"typeOptions": {
|
|
2089
|
+
"theme": "info"
|
|
2090
|
+
},
|
|
2091
|
+
"default": "",
|
|
2092
|
+
"displayOptions": {
|
|
2093
|
+
"show": {
|
|
2094
|
+
"resource": [
|
|
2095
|
+
"People"
|
|
2096
|
+
],
|
|
2097
|
+
"operation": [
|
|
2098
|
+
"People People Get"
|
|
2099
|
+
]
|
|
2100
|
+
}
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
"displayName": "Resource Name",
|
|
2105
|
+
"name": "resourceName",
|
|
2106
|
+
"required": true,
|
|
2107
|
+
"description": "Required. The resource name of the person to provide information about. - To get information about the authenticated user, specify `people/me`. - To get information about a google account, specify `people/{account_id}`. - To get information about a contact, specify the resource name that identifies the contact as returned by `people.connections.list`.",
|
|
2108
|
+
"default": "",
|
|
2109
|
+
"type": "string",
|
|
2110
|
+
"displayOptions": {
|
|
2111
|
+
"show": {
|
|
2112
|
+
"resource": [
|
|
2113
|
+
"People"
|
|
2114
|
+
],
|
|
2115
|
+
"operation": [
|
|
2116
|
+
"People People Get"
|
|
2117
|
+
]
|
|
2118
|
+
}
|
|
2119
|
+
}
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"displayName": "Person Fields",
|
|
2123
|
+
"name": "personFields",
|
|
2124
|
+
"description": "Required. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined",
|
|
2125
|
+
"default": "",
|
|
2126
|
+
"type": "string",
|
|
2127
|
+
"routing": {
|
|
2128
|
+
"send": {
|
|
2129
|
+
"type": "query",
|
|
2130
|
+
"property": "personFields",
|
|
2131
|
+
"value": "={{ $value }}",
|
|
2132
|
+
"propertyInDotNotation": false
|
|
2133
|
+
}
|
|
2134
|
+
},
|
|
2135
|
+
"displayOptions": {
|
|
2136
|
+
"show": {
|
|
2137
|
+
"resource": [
|
|
2138
|
+
"People"
|
|
2139
|
+
],
|
|
2140
|
+
"operation": [
|
|
2141
|
+
"People People Get"
|
|
2142
|
+
]
|
|
2143
|
+
}
|
|
2144
|
+
}
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"displayName": "Request Mask Include Field",
|
|
2148
|
+
"name": "requestMask-includeField",
|
|
2149
|
+
"description": "Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`.",
|
|
2150
|
+
"default": "",
|
|
2151
|
+
"type": "string",
|
|
2152
|
+
"routing": {
|
|
2153
|
+
"send": {
|
|
2154
|
+
"type": "query",
|
|
2155
|
+
"property": "requestMask.includeField",
|
|
2156
|
+
"value": "={{ $value }}",
|
|
2157
|
+
"propertyInDotNotation": false
|
|
2158
|
+
}
|
|
2159
|
+
},
|
|
2160
|
+
"displayOptions": {
|
|
2161
|
+
"show": {
|
|
2162
|
+
"resource": [
|
|
2163
|
+
"People"
|
|
2164
|
+
],
|
|
2165
|
+
"operation": [
|
|
2166
|
+
"People People Get"
|
|
2167
|
+
]
|
|
2168
|
+
}
|
|
2169
|
+
}
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"displayName": "Sources",
|
|
2173
|
+
"name": "sources",
|
|
2174
|
+
"description": "Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_PROFILE and READ_SOURCE_TYPE_CONTACT if not set.",
|
|
2175
|
+
"default": "[\n null\n]",
|
|
2176
|
+
"type": "json",
|
|
2177
|
+
"routing": {
|
|
2178
|
+
"send": {
|
|
2179
|
+
"type": "query",
|
|
2180
|
+
"property": "sources",
|
|
2181
|
+
"value": "={{ $value }}",
|
|
2182
|
+
"propertyInDotNotation": false
|
|
2183
|
+
}
|
|
2184
|
+
},
|
|
2185
|
+
"displayOptions": {
|
|
2186
|
+
"show": {
|
|
2187
|
+
"resource": [
|
|
2188
|
+
"People"
|
|
2189
|
+
],
|
|
2190
|
+
"operation": [
|
|
2191
|
+
"People People Get"
|
|
2192
|
+
]
|
|
2193
|
+
}
|
|
2194
|
+
}
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"displayName": "GET /v1/{resourceName}/connections",
|
|
2198
|
+
"name": "operation",
|
|
2199
|
+
"type": "notice",
|
|
2200
|
+
"typeOptions": {
|
|
2201
|
+
"theme": "info"
|
|
2202
|
+
},
|
|
2203
|
+
"default": "",
|
|
2204
|
+
"displayOptions": {
|
|
2205
|
+
"show": {
|
|
2206
|
+
"resource": [
|
|
2207
|
+
"People"
|
|
2208
|
+
],
|
|
2209
|
+
"operation": [
|
|
2210
|
+
"People People Connections List"
|
|
2211
|
+
]
|
|
2212
|
+
}
|
|
2213
|
+
}
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
"displayName": "Resource Name",
|
|
2217
|
+
"name": "resourceName",
|
|
2218
|
+
"required": true,
|
|
2219
|
+
"description": "Required. The resource name to return connections for. Only `people/me` is valid.",
|
|
2220
|
+
"default": "",
|
|
2221
|
+
"type": "string",
|
|
2222
|
+
"displayOptions": {
|
|
2223
|
+
"show": {
|
|
2224
|
+
"resource": [
|
|
2225
|
+
"People"
|
|
2226
|
+
],
|
|
2227
|
+
"operation": [
|
|
2228
|
+
"People People Connections List"
|
|
2229
|
+
]
|
|
2230
|
+
}
|
|
2231
|
+
}
|
|
2232
|
+
},
|
|
2233
|
+
{
|
|
2234
|
+
"displayName": "Page Size",
|
|
2235
|
+
"name": "pageSize",
|
|
2236
|
+
"description": "Optional. The number of connections to include in the response. Valid values are between 1 and 1000, inclusive. Defaults to 100 if not set or set to 0.",
|
|
2237
|
+
"default": 0,
|
|
2238
|
+
"type": "number",
|
|
2239
|
+
"routing": {
|
|
2240
|
+
"send": {
|
|
2241
|
+
"type": "query",
|
|
2242
|
+
"property": "pageSize",
|
|
2243
|
+
"value": "={{ $value }}",
|
|
2244
|
+
"propertyInDotNotation": false
|
|
2245
|
+
}
|
|
2246
|
+
},
|
|
2247
|
+
"displayOptions": {
|
|
2248
|
+
"show": {
|
|
2249
|
+
"resource": [
|
|
2250
|
+
"People"
|
|
2251
|
+
],
|
|
2252
|
+
"operation": [
|
|
2253
|
+
"People People Connections List"
|
|
2254
|
+
]
|
|
2255
|
+
}
|
|
2256
|
+
}
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"displayName": "Page Token",
|
|
2260
|
+
"name": "pageToken",
|
|
2261
|
+
"description": "Optional. A page token, received from a previous response `next_page_token`. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `people.connections.list` must match the first call that provided the page token.",
|
|
2262
|
+
"default": "",
|
|
2263
|
+
"type": "string",
|
|
2264
|
+
"routing": {
|
|
2265
|
+
"send": {
|
|
2266
|
+
"type": "query",
|
|
2267
|
+
"property": "pageToken",
|
|
2268
|
+
"value": "={{ $value }}",
|
|
2269
|
+
"propertyInDotNotation": false
|
|
2270
|
+
}
|
|
2271
|
+
},
|
|
2272
|
+
"displayOptions": {
|
|
2273
|
+
"show": {
|
|
2274
|
+
"resource": [
|
|
2275
|
+
"People"
|
|
2276
|
+
],
|
|
2277
|
+
"operation": [
|
|
2278
|
+
"People People Connections List"
|
|
2279
|
+
]
|
|
2280
|
+
}
|
|
2281
|
+
}
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"displayName": "Person Fields",
|
|
2285
|
+
"name": "personFields",
|
|
2286
|
+
"description": "Required. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined",
|
|
2287
|
+
"default": "",
|
|
2288
|
+
"type": "string",
|
|
2289
|
+
"routing": {
|
|
2290
|
+
"send": {
|
|
2291
|
+
"type": "query",
|
|
2292
|
+
"property": "personFields",
|
|
2293
|
+
"value": "={{ $value }}",
|
|
2294
|
+
"propertyInDotNotation": false
|
|
2295
|
+
}
|
|
2296
|
+
},
|
|
2297
|
+
"displayOptions": {
|
|
2298
|
+
"show": {
|
|
2299
|
+
"resource": [
|
|
2300
|
+
"People"
|
|
2301
|
+
],
|
|
2302
|
+
"operation": [
|
|
2303
|
+
"People People Connections List"
|
|
2304
|
+
]
|
|
2305
|
+
}
|
|
2306
|
+
}
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
"displayName": "Request Mask Include Field",
|
|
2310
|
+
"name": "requestMask-includeField",
|
|
2311
|
+
"description": "Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`.",
|
|
2312
|
+
"default": "",
|
|
2313
|
+
"type": "string",
|
|
2314
|
+
"routing": {
|
|
2315
|
+
"send": {
|
|
2316
|
+
"type": "query",
|
|
2317
|
+
"property": "requestMask.includeField",
|
|
2318
|
+
"value": "={{ $value }}",
|
|
2319
|
+
"propertyInDotNotation": false
|
|
2320
|
+
}
|
|
2321
|
+
},
|
|
2322
|
+
"displayOptions": {
|
|
2323
|
+
"show": {
|
|
2324
|
+
"resource": [
|
|
2325
|
+
"People"
|
|
2326
|
+
],
|
|
2327
|
+
"operation": [
|
|
2328
|
+
"People People Connections List"
|
|
2329
|
+
]
|
|
2330
|
+
}
|
|
2331
|
+
}
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"displayName": "Request Sync Token",
|
|
2335
|
+
"name": "requestSyncToken",
|
|
2336
|
+
"description": "Optional. Whether the response should return `next_sync_token` on the last page of results. It can be used to get incremental changes since the last request by setting it on the request `sync_token`. More details about sync behavior at `people.connections.list`.",
|
|
2337
|
+
"default": true,
|
|
2338
|
+
"type": "boolean",
|
|
2339
|
+
"routing": {
|
|
2340
|
+
"send": {
|
|
2341
|
+
"type": "query",
|
|
2342
|
+
"property": "requestSyncToken",
|
|
2343
|
+
"value": "={{ $value }}",
|
|
2344
|
+
"propertyInDotNotation": false
|
|
2345
|
+
}
|
|
2346
|
+
},
|
|
2347
|
+
"displayOptions": {
|
|
2348
|
+
"show": {
|
|
2349
|
+
"resource": [
|
|
2350
|
+
"People"
|
|
2351
|
+
],
|
|
2352
|
+
"operation": [
|
|
2353
|
+
"People People Connections List"
|
|
2354
|
+
]
|
|
2355
|
+
}
|
|
2356
|
+
}
|
|
2357
|
+
},
|
|
2358
|
+
{
|
|
2359
|
+
"displayName": "Sort Order",
|
|
2360
|
+
"name": "sortOrder",
|
|
2361
|
+
"description": "Optional. The order in which the connections should be sorted. Defaults to `LAST_MODIFIED_ASCENDING`.",
|
|
2362
|
+
"default": "LAST_MODIFIED_ASCENDING",
|
|
2363
|
+
"type": "options",
|
|
2364
|
+
"options": [
|
|
2365
|
+
{
|
|
2366
|
+
"name": "LAST MODIFIED ASCENDING",
|
|
2367
|
+
"value": "LAST_MODIFIED_ASCENDING"
|
|
2368
|
+
},
|
|
2369
|
+
{
|
|
2370
|
+
"name": "LAST MODIFIED DESCENDING",
|
|
2371
|
+
"value": "LAST_MODIFIED_DESCENDING"
|
|
2372
|
+
},
|
|
2373
|
+
{
|
|
2374
|
+
"name": "FIRST NAME ASCENDING",
|
|
2375
|
+
"value": "FIRST_NAME_ASCENDING"
|
|
2376
|
+
},
|
|
2377
|
+
{
|
|
2378
|
+
"name": "LAST NAME ASCENDING",
|
|
2379
|
+
"value": "LAST_NAME_ASCENDING"
|
|
2380
|
+
}
|
|
2381
|
+
],
|
|
2382
|
+
"routing": {
|
|
2383
|
+
"send": {
|
|
2384
|
+
"type": "query",
|
|
2385
|
+
"property": "sortOrder",
|
|
2386
|
+
"value": "={{ $value }}",
|
|
2387
|
+
"propertyInDotNotation": false
|
|
2388
|
+
}
|
|
2389
|
+
},
|
|
2390
|
+
"displayOptions": {
|
|
2391
|
+
"show": {
|
|
2392
|
+
"resource": [
|
|
2393
|
+
"People"
|
|
2394
|
+
],
|
|
2395
|
+
"operation": [
|
|
2396
|
+
"People People Connections List"
|
|
2397
|
+
]
|
|
2398
|
+
}
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"displayName": "Sources",
|
|
2403
|
+
"name": "sources",
|
|
2404
|
+
"description": "Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.",
|
|
2405
|
+
"default": "[\n null\n]",
|
|
2406
|
+
"type": "json",
|
|
2407
|
+
"routing": {
|
|
2408
|
+
"send": {
|
|
2409
|
+
"type": "query",
|
|
2410
|
+
"property": "sources",
|
|
2411
|
+
"value": "={{ $value }}",
|
|
2412
|
+
"propertyInDotNotation": false
|
|
2413
|
+
}
|
|
2414
|
+
},
|
|
2415
|
+
"displayOptions": {
|
|
2416
|
+
"show": {
|
|
2417
|
+
"resource": [
|
|
2418
|
+
"People"
|
|
2419
|
+
],
|
|
2420
|
+
"operation": [
|
|
2421
|
+
"People People Connections List"
|
|
2422
|
+
]
|
|
2423
|
+
}
|
|
2424
|
+
}
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"displayName": "Sync Token",
|
|
2428
|
+
"name": "syncToken",
|
|
2429
|
+
"description": "Optional. A sync token, received from a previous response `next_sync_token` Provide this to retrieve only the resources changed since the last request. When syncing, all other parameters provided to `people.connections.list` must match the first call that provided the sync token. More details about sync behavior at `people.connections.list`.",
|
|
2430
|
+
"default": "",
|
|
2431
|
+
"type": "string",
|
|
2432
|
+
"routing": {
|
|
2433
|
+
"send": {
|
|
2434
|
+
"type": "query",
|
|
2435
|
+
"property": "syncToken",
|
|
2436
|
+
"value": "={{ $value }}",
|
|
2437
|
+
"propertyInDotNotation": false
|
|
2438
|
+
}
|
|
2439
|
+
},
|
|
2440
|
+
"displayOptions": {
|
|
2441
|
+
"show": {
|
|
2442
|
+
"resource": [
|
|
2443
|
+
"People"
|
|
2444
|
+
],
|
|
2445
|
+
"operation": [
|
|
2446
|
+
"People People Connections List"
|
|
2447
|
+
]
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"displayName": "DELETE /v1/{resourceName}:deleteContact",
|
|
2453
|
+
"name": "operation",
|
|
2454
|
+
"type": "notice",
|
|
2455
|
+
"typeOptions": {
|
|
2456
|
+
"theme": "info"
|
|
2457
|
+
},
|
|
2458
|
+
"default": "",
|
|
2459
|
+
"displayOptions": {
|
|
2460
|
+
"show": {
|
|
2461
|
+
"resource": [
|
|
2462
|
+
"People"
|
|
2463
|
+
],
|
|
2464
|
+
"operation": [
|
|
2465
|
+
"People People Delete Contact"
|
|
2466
|
+
]
|
|
2467
|
+
}
|
|
2468
|
+
}
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"displayName": "Resource Name",
|
|
2472
|
+
"name": "resourceName",
|
|
2473
|
+
"required": true,
|
|
2474
|
+
"description": "Required. The resource name of the contact to delete.",
|
|
2475
|
+
"default": "",
|
|
2476
|
+
"type": "string",
|
|
2477
|
+
"displayOptions": {
|
|
2478
|
+
"show": {
|
|
2479
|
+
"resource": [
|
|
2480
|
+
"People"
|
|
2481
|
+
],
|
|
2482
|
+
"operation": [
|
|
2483
|
+
"People People Delete Contact"
|
|
2484
|
+
]
|
|
2485
|
+
}
|
|
2486
|
+
}
|
|
2487
|
+
},
|
|
2488
|
+
{
|
|
2489
|
+
"displayName": "DELETE /v1/{resourceName}:deleteContactPhoto",
|
|
2490
|
+
"name": "operation",
|
|
2491
|
+
"type": "notice",
|
|
2492
|
+
"typeOptions": {
|
|
2493
|
+
"theme": "info"
|
|
2494
|
+
},
|
|
2495
|
+
"default": "",
|
|
2496
|
+
"displayOptions": {
|
|
2497
|
+
"show": {
|
|
2498
|
+
"resource": [
|
|
2499
|
+
"People"
|
|
2500
|
+
],
|
|
2501
|
+
"operation": [
|
|
2502
|
+
"People People Delete Contact Photo"
|
|
2503
|
+
]
|
|
2504
|
+
}
|
|
2505
|
+
}
|
|
2506
|
+
},
|
|
2507
|
+
{
|
|
2508
|
+
"displayName": "Resource Name",
|
|
2509
|
+
"name": "resourceName",
|
|
2510
|
+
"required": true,
|
|
2511
|
+
"description": "Required. The resource name of the contact whose photo will be deleted.",
|
|
2512
|
+
"default": "",
|
|
2513
|
+
"type": "string",
|
|
2514
|
+
"displayOptions": {
|
|
2515
|
+
"show": {
|
|
2516
|
+
"resource": [
|
|
2517
|
+
"People"
|
|
2518
|
+
],
|
|
2519
|
+
"operation": [
|
|
2520
|
+
"People People Delete Contact Photo"
|
|
2521
|
+
]
|
|
2522
|
+
}
|
|
2523
|
+
}
|
|
2524
|
+
},
|
|
2525
|
+
{
|
|
2526
|
+
"displayName": "Person Fields",
|
|
2527
|
+
"name": "personFields",
|
|
2528
|
+
"description": "Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to empty if not set, which will skip the post mutate get. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined",
|
|
2529
|
+
"default": "",
|
|
2530
|
+
"type": "string",
|
|
2531
|
+
"routing": {
|
|
2532
|
+
"send": {
|
|
2533
|
+
"type": "query",
|
|
2534
|
+
"property": "personFields",
|
|
2535
|
+
"value": "={{ $value }}",
|
|
2536
|
+
"propertyInDotNotation": false
|
|
2537
|
+
}
|
|
2538
|
+
},
|
|
2539
|
+
"displayOptions": {
|
|
2540
|
+
"show": {
|
|
2541
|
+
"resource": [
|
|
2542
|
+
"People"
|
|
2543
|
+
],
|
|
2544
|
+
"operation": [
|
|
2545
|
+
"People People Delete Contact Photo"
|
|
2546
|
+
]
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"displayName": "Sources",
|
|
2552
|
+
"name": "sources",
|
|
2553
|
+
"description": "Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.",
|
|
2554
|
+
"default": "[\n null\n]",
|
|
2555
|
+
"type": "json",
|
|
2556
|
+
"routing": {
|
|
2557
|
+
"send": {
|
|
2558
|
+
"type": "query",
|
|
2559
|
+
"property": "sources",
|
|
2560
|
+
"value": "={{ $value }}",
|
|
2561
|
+
"propertyInDotNotation": false
|
|
2562
|
+
}
|
|
2563
|
+
},
|
|
2564
|
+
"displayOptions": {
|
|
2565
|
+
"show": {
|
|
2566
|
+
"resource": [
|
|
2567
|
+
"People"
|
|
2568
|
+
],
|
|
2569
|
+
"operation": [
|
|
2570
|
+
"People People Delete Contact Photo"
|
|
2571
|
+
]
|
|
2572
|
+
}
|
|
2573
|
+
}
|
|
2574
|
+
},
|
|
2575
|
+
{
|
|
2576
|
+
"displayName": "PATCH /v1/{resourceName}:updateContact",
|
|
2577
|
+
"name": "operation",
|
|
2578
|
+
"type": "notice",
|
|
2579
|
+
"typeOptions": {
|
|
2580
|
+
"theme": "info"
|
|
2581
|
+
},
|
|
2582
|
+
"default": "",
|
|
2583
|
+
"displayOptions": {
|
|
2584
|
+
"show": {
|
|
2585
|
+
"resource": [
|
|
2586
|
+
"People"
|
|
2587
|
+
],
|
|
2588
|
+
"operation": [
|
|
2589
|
+
"People People Update Contact"
|
|
2590
|
+
]
|
|
2591
|
+
}
|
|
2592
|
+
}
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"displayName": "Resource Name",
|
|
2596
|
+
"name": "resourceName",
|
|
2597
|
+
"required": true,
|
|
2598
|
+
"description": "The resource name for the person, assigned by the server. An ASCII string in the form of `people/{person_id}`.",
|
|
2599
|
+
"default": "",
|
|
2600
|
+
"type": "string",
|
|
2601
|
+
"displayOptions": {
|
|
2602
|
+
"show": {
|
|
2603
|
+
"resource": [
|
|
2604
|
+
"People"
|
|
2605
|
+
],
|
|
2606
|
+
"operation": [
|
|
2607
|
+
"People People Update Contact"
|
|
2608
|
+
]
|
|
2609
|
+
}
|
|
2610
|
+
}
|
|
2611
|
+
},
|
|
2612
|
+
{
|
|
2613
|
+
"displayName": "Person Fields",
|
|
2614
|
+
"name": "personFields",
|
|
2615
|
+
"description": "Optional. A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas. Defaults to all fields if not set. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined",
|
|
2616
|
+
"default": "",
|
|
2617
|
+
"type": "string",
|
|
2618
|
+
"routing": {
|
|
2619
|
+
"send": {
|
|
2620
|
+
"type": "query",
|
|
2621
|
+
"property": "personFields",
|
|
2622
|
+
"value": "={{ $value }}",
|
|
2623
|
+
"propertyInDotNotation": false
|
|
2624
|
+
}
|
|
2625
|
+
},
|
|
2626
|
+
"displayOptions": {
|
|
2627
|
+
"show": {
|
|
2628
|
+
"resource": [
|
|
2629
|
+
"People"
|
|
2630
|
+
],
|
|
2631
|
+
"operation": [
|
|
2632
|
+
"People People Update Contact"
|
|
2633
|
+
]
|
|
2634
|
+
}
|
|
2635
|
+
}
|
|
2636
|
+
},
|
|
2637
|
+
{
|
|
2638
|
+
"displayName": "Sources",
|
|
2639
|
+
"name": "sources",
|
|
2640
|
+
"description": "Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.",
|
|
2641
|
+
"default": "[\n null\n]",
|
|
2642
|
+
"type": "json",
|
|
2643
|
+
"routing": {
|
|
2644
|
+
"send": {
|
|
2645
|
+
"type": "query",
|
|
2646
|
+
"property": "sources",
|
|
2647
|
+
"value": "={{ $value }}",
|
|
2648
|
+
"propertyInDotNotation": false
|
|
2649
|
+
}
|
|
2650
|
+
},
|
|
2651
|
+
"displayOptions": {
|
|
2652
|
+
"show": {
|
|
2653
|
+
"resource": [
|
|
2654
|
+
"People"
|
|
2655
|
+
],
|
|
2656
|
+
"operation": [
|
|
2657
|
+
"People People Update Contact"
|
|
2658
|
+
]
|
|
2659
|
+
}
|
|
2660
|
+
}
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
"displayName": "Update Person Fields",
|
|
2664
|
+
"name": "updatePersonFields",
|
|
2665
|
+
"description": "Required. A field mask to restrict which fields on the person are updated. Multiple fields can be specified by separating them with commas. All updated fields will be replaced. Valid values are: * addresses * biographies * birthdays * calendarUrls * clientData * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * relations * sipAddresses * urls * userDefined",
|
|
2666
|
+
"default": "",
|
|
2667
|
+
"type": "string",
|
|
2668
|
+
"routing": {
|
|
2669
|
+
"send": {
|
|
2670
|
+
"type": "query",
|
|
2671
|
+
"property": "updatePersonFields",
|
|
2672
|
+
"value": "={{ $value }}",
|
|
2673
|
+
"propertyInDotNotation": false
|
|
2674
|
+
}
|
|
2675
|
+
},
|
|
2676
|
+
"displayOptions": {
|
|
2677
|
+
"show": {
|
|
2678
|
+
"resource": [
|
|
2679
|
+
"People"
|
|
2680
|
+
],
|
|
2681
|
+
"operation": [
|
|
2682
|
+
"People People Update Contact"
|
|
2683
|
+
]
|
|
2684
|
+
}
|
|
2685
|
+
}
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
"displayName": "Addresses",
|
|
2689
|
+
"name": "addresses",
|
|
2690
|
+
"type": "json",
|
|
2691
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
2692
|
+
"description": "The person's street addresses.",
|
|
2693
|
+
"routing": {
|
|
2694
|
+
"send": {
|
|
2695
|
+
"property": "addresses",
|
|
2696
|
+
"propertyInDotNotation": false,
|
|
2697
|
+
"type": "body",
|
|
2698
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2699
|
+
}
|
|
2700
|
+
},
|
|
2701
|
+
"displayOptions": {
|
|
2702
|
+
"show": {
|
|
2703
|
+
"resource": [
|
|
2704
|
+
"People"
|
|
2705
|
+
],
|
|
2706
|
+
"operation": [
|
|
2707
|
+
"People People Update Contact"
|
|
2708
|
+
]
|
|
2709
|
+
}
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"displayName": "Age Range",
|
|
2714
|
+
"name": "ageRange",
|
|
2715
|
+
"type": "options",
|
|
2716
|
+
"default": "AGE_RANGE_UNSPECIFIED",
|
|
2717
|
+
"description": "Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range.",
|
|
2718
|
+
"options": [
|
|
2719
|
+
{
|
|
2720
|
+
"name": "AGE RANGE UNSPECIFIED",
|
|
2721
|
+
"value": "AGE_RANGE_UNSPECIFIED"
|
|
2722
|
+
},
|
|
2723
|
+
{
|
|
2724
|
+
"name": "LESS THAN EIGHTEEN",
|
|
2725
|
+
"value": "LESS_THAN_EIGHTEEN"
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
"name": "EIGHTEEN TO TWENTY",
|
|
2729
|
+
"value": "EIGHTEEN_TO_TWENTY"
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"name": "TWENTY ONE OR OLDER",
|
|
2733
|
+
"value": "TWENTY_ONE_OR_OLDER"
|
|
2734
|
+
}
|
|
2735
|
+
],
|
|
2736
|
+
"routing": {
|
|
2737
|
+
"send": {
|
|
2738
|
+
"property": "ageRange",
|
|
2739
|
+
"propertyInDotNotation": false,
|
|
2740
|
+
"type": "body",
|
|
2741
|
+
"value": "={{ $value }}"
|
|
2742
|
+
}
|
|
2743
|
+
},
|
|
2744
|
+
"displayOptions": {
|
|
2745
|
+
"show": {
|
|
2746
|
+
"resource": [
|
|
2747
|
+
"People"
|
|
2748
|
+
],
|
|
2749
|
+
"operation": [
|
|
2750
|
+
"People People Update Contact"
|
|
2751
|
+
]
|
|
2752
|
+
}
|
|
2753
|
+
}
|
|
2754
|
+
},
|
|
2755
|
+
{
|
|
2756
|
+
"displayName": "Age Ranges",
|
|
2757
|
+
"name": "ageRanges",
|
|
2758
|
+
"type": "json",
|
|
2759
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
2760
|
+
"description": "Output only. The person's age ranges.",
|
|
2761
|
+
"routing": {
|
|
2762
|
+
"send": {
|
|
2763
|
+
"property": "ageRanges",
|
|
2764
|
+
"propertyInDotNotation": false,
|
|
2765
|
+
"type": "body",
|
|
2766
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2767
|
+
}
|
|
2768
|
+
},
|
|
2769
|
+
"displayOptions": {
|
|
2770
|
+
"show": {
|
|
2771
|
+
"resource": [
|
|
2772
|
+
"People"
|
|
2773
|
+
],
|
|
2774
|
+
"operation": [
|
|
2775
|
+
"People People Update Contact"
|
|
2776
|
+
]
|
|
2777
|
+
}
|
|
2778
|
+
}
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"displayName": "Biographies",
|
|
2782
|
+
"name": "biographies",
|
|
2783
|
+
"type": "json",
|
|
2784
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
2785
|
+
"description": "The person's biographies. This field is a singleton for contact sources.",
|
|
2786
|
+
"routing": {
|
|
2787
|
+
"send": {
|
|
2788
|
+
"property": "biographies",
|
|
2789
|
+
"propertyInDotNotation": false,
|
|
2790
|
+
"type": "body",
|
|
2791
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2792
|
+
}
|
|
2793
|
+
},
|
|
2794
|
+
"displayOptions": {
|
|
2795
|
+
"show": {
|
|
2796
|
+
"resource": [
|
|
2797
|
+
"People"
|
|
2798
|
+
],
|
|
2799
|
+
"operation": [
|
|
2800
|
+
"People People Update Contact"
|
|
2801
|
+
]
|
|
2802
|
+
}
|
|
2803
|
+
}
|
|
2804
|
+
},
|
|
2805
|
+
{
|
|
2806
|
+
"displayName": "Birthdays",
|
|
2807
|
+
"name": "birthdays",
|
|
2808
|
+
"type": "json",
|
|
2809
|
+
"default": "[\n {\n \"date\": {},\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
2810
|
+
"description": "The person's birthdays. This field is a singleton for contact sources.",
|
|
2811
|
+
"routing": {
|
|
2812
|
+
"send": {
|
|
2813
|
+
"property": "birthdays",
|
|
2814
|
+
"propertyInDotNotation": false,
|
|
2815
|
+
"type": "body",
|
|
2816
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2817
|
+
}
|
|
2818
|
+
},
|
|
2819
|
+
"displayOptions": {
|
|
2820
|
+
"show": {
|
|
2821
|
+
"resource": [
|
|
2822
|
+
"People"
|
|
2823
|
+
],
|
|
2824
|
+
"operation": [
|
|
2825
|
+
"People People Update Contact"
|
|
2826
|
+
]
|
|
2827
|
+
}
|
|
2828
|
+
}
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
"displayName": "Bragging Rights",
|
|
2832
|
+
"name": "braggingRights",
|
|
2833
|
+
"type": "json",
|
|
2834
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
2835
|
+
"description": "**DEPRECATED**: No data will be returned The person's bragging rights.",
|
|
2836
|
+
"routing": {
|
|
2837
|
+
"send": {
|
|
2838
|
+
"property": "braggingRights",
|
|
2839
|
+
"propertyInDotNotation": false,
|
|
2840
|
+
"type": "body",
|
|
2841
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2842
|
+
}
|
|
2843
|
+
},
|
|
2844
|
+
"displayOptions": {
|
|
2845
|
+
"show": {
|
|
2846
|
+
"resource": [
|
|
2847
|
+
"People"
|
|
2848
|
+
],
|
|
2849
|
+
"operation": [
|
|
2850
|
+
"People People Update Contact"
|
|
2851
|
+
]
|
|
2852
|
+
}
|
|
2853
|
+
}
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"displayName": "Calendar Urls",
|
|
2857
|
+
"name": "calendarUrls",
|
|
2858
|
+
"type": "json",
|
|
2859
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
2860
|
+
"description": "The person's calendar URLs.",
|
|
2861
|
+
"routing": {
|
|
2862
|
+
"send": {
|
|
2863
|
+
"property": "calendarUrls",
|
|
2864
|
+
"propertyInDotNotation": false,
|
|
2865
|
+
"type": "body",
|
|
2866
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2867
|
+
}
|
|
2868
|
+
},
|
|
2869
|
+
"displayOptions": {
|
|
2870
|
+
"show": {
|
|
2871
|
+
"resource": [
|
|
2872
|
+
"People"
|
|
2873
|
+
],
|
|
2874
|
+
"operation": [
|
|
2875
|
+
"People People Update Contact"
|
|
2876
|
+
]
|
|
2877
|
+
}
|
|
2878
|
+
}
|
|
2879
|
+
},
|
|
2880
|
+
{
|
|
2881
|
+
"displayName": "Client Data",
|
|
2882
|
+
"name": "clientData",
|
|
2883
|
+
"type": "json",
|
|
2884
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
2885
|
+
"description": "The person's client data.",
|
|
2886
|
+
"routing": {
|
|
2887
|
+
"send": {
|
|
2888
|
+
"property": "clientData",
|
|
2889
|
+
"propertyInDotNotation": false,
|
|
2890
|
+
"type": "body",
|
|
2891
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2892
|
+
}
|
|
2893
|
+
},
|
|
2894
|
+
"displayOptions": {
|
|
2895
|
+
"show": {
|
|
2896
|
+
"resource": [
|
|
2897
|
+
"People"
|
|
2898
|
+
],
|
|
2899
|
+
"operation": [
|
|
2900
|
+
"People People Update Contact"
|
|
2901
|
+
]
|
|
2902
|
+
}
|
|
2903
|
+
}
|
|
2904
|
+
},
|
|
2905
|
+
{
|
|
2906
|
+
"displayName": "Cover Photos",
|
|
2907
|
+
"name": "coverPhotos",
|
|
2908
|
+
"type": "json",
|
|
2909
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
2910
|
+
"description": "Output only. The person's cover photos.",
|
|
2911
|
+
"routing": {
|
|
2912
|
+
"send": {
|
|
2913
|
+
"property": "coverPhotos",
|
|
2914
|
+
"propertyInDotNotation": false,
|
|
2915
|
+
"type": "body",
|
|
2916
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2917
|
+
}
|
|
2918
|
+
},
|
|
2919
|
+
"displayOptions": {
|
|
2920
|
+
"show": {
|
|
2921
|
+
"resource": [
|
|
2922
|
+
"People"
|
|
2923
|
+
],
|
|
2924
|
+
"operation": [
|
|
2925
|
+
"People People Update Contact"
|
|
2926
|
+
]
|
|
2927
|
+
}
|
|
2928
|
+
}
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"displayName": "Email Addresses",
|
|
2932
|
+
"name": "emailAddresses",
|
|
2933
|
+
"type": "json",
|
|
2934
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
2935
|
+
"description": "The person's email addresses. For `people.connections.list` and `otherContacts.list` the number of email addresses is limited to 100. If a Person has more email addresses the entire set can be obtained by calling GetPeople.",
|
|
2936
|
+
"routing": {
|
|
2937
|
+
"send": {
|
|
2938
|
+
"property": "emailAddresses",
|
|
2939
|
+
"propertyInDotNotation": false,
|
|
2940
|
+
"type": "body",
|
|
2941
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2942
|
+
}
|
|
2943
|
+
},
|
|
2944
|
+
"displayOptions": {
|
|
2945
|
+
"show": {
|
|
2946
|
+
"resource": [
|
|
2947
|
+
"People"
|
|
2948
|
+
],
|
|
2949
|
+
"operation": [
|
|
2950
|
+
"People People Update Contact"
|
|
2951
|
+
]
|
|
2952
|
+
}
|
|
2953
|
+
}
|
|
2954
|
+
},
|
|
2955
|
+
{
|
|
2956
|
+
"displayName": "Etag",
|
|
2957
|
+
"name": "etag",
|
|
2958
|
+
"type": "string",
|
|
2959
|
+
"default": "",
|
|
2960
|
+
"description": "The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the resource. Used for web cache validation.",
|
|
2961
|
+
"routing": {
|
|
2962
|
+
"send": {
|
|
2963
|
+
"property": "etag",
|
|
2964
|
+
"propertyInDotNotation": false,
|
|
2965
|
+
"type": "body",
|
|
2966
|
+
"value": "={{ $value }}"
|
|
2967
|
+
}
|
|
2968
|
+
},
|
|
2969
|
+
"displayOptions": {
|
|
2970
|
+
"show": {
|
|
2971
|
+
"resource": [
|
|
2972
|
+
"People"
|
|
2973
|
+
],
|
|
2974
|
+
"operation": [
|
|
2975
|
+
"People People Update Contact"
|
|
2976
|
+
]
|
|
2977
|
+
}
|
|
2978
|
+
}
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"displayName": "Events",
|
|
2982
|
+
"name": "events",
|
|
2983
|
+
"type": "json",
|
|
2984
|
+
"default": "[\n {\n \"date\": {},\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
2985
|
+
"description": "The person's events.",
|
|
2986
|
+
"routing": {
|
|
2987
|
+
"send": {
|
|
2988
|
+
"property": "events",
|
|
2989
|
+
"propertyInDotNotation": false,
|
|
2990
|
+
"type": "body",
|
|
2991
|
+
"value": "={{ JSON.parse($value) }}"
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
2994
|
+
"displayOptions": {
|
|
2995
|
+
"show": {
|
|
2996
|
+
"resource": [
|
|
2997
|
+
"People"
|
|
2998
|
+
],
|
|
2999
|
+
"operation": [
|
|
3000
|
+
"People People Update Contact"
|
|
3001
|
+
]
|
|
3002
|
+
}
|
|
3003
|
+
}
|
|
3004
|
+
},
|
|
3005
|
+
{
|
|
3006
|
+
"displayName": "External Ids",
|
|
3007
|
+
"name": "externalIds",
|
|
3008
|
+
"type": "json",
|
|
3009
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3010
|
+
"description": "The person's external IDs.",
|
|
3011
|
+
"routing": {
|
|
3012
|
+
"send": {
|
|
3013
|
+
"property": "externalIds",
|
|
3014
|
+
"propertyInDotNotation": false,
|
|
3015
|
+
"type": "body",
|
|
3016
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3017
|
+
}
|
|
3018
|
+
},
|
|
3019
|
+
"displayOptions": {
|
|
3020
|
+
"show": {
|
|
3021
|
+
"resource": [
|
|
3022
|
+
"People"
|
|
3023
|
+
],
|
|
3024
|
+
"operation": [
|
|
3025
|
+
"People People Update Contact"
|
|
3026
|
+
]
|
|
3027
|
+
}
|
|
3028
|
+
}
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"displayName": "File Ases",
|
|
3032
|
+
"name": "fileAses",
|
|
3033
|
+
"type": "json",
|
|
3034
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3035
|
+
"description": "The person's file-ases.",
|
|
3036
|
+
"routing": {
|
|
3037
|
+
"send": {
|
|
3038
|
+
"property": "fileAses",
|
|
3039
|
+
"propertyInDotNotation": false,
|
|
3040
|
+
"type": "body",
|
|
3041
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3042
|
+
}
|
|
3043
|
+
},
|
|
3044
|
+
"displayOptions": {
|
|
3045
|
+
"show": {
|
|
3046
|
+
"resource": [
|
|
3047
|
+
"People"
|
|
3048
|
+
],
|
|
3049
|
+
"operation": [
|
|
3050
|
+
"People People Update Contact"
|
|
3051
|
+
]
|
|
3052
|
+
}
|
|
3053
|
+
}
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
"displayName": "Genders",
|
|
3057
|
+
"name": "genders",
|
|
3058
|
+
"type": "json",
|
|
3059
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3060
|
+
"description": "The person's genders. This field is a singleton for contact sources.",
|
|
3061
|
+
"routing": {
|
|
3062
|
+
"send": {
|
|
3063
|
+
"property": "genders",
|
|
3064
|
+
"propertyInDotNotation": false,
|
|
3065
|
+
"type": "body",
|
|
3066
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3067
|
+
}
|
|
3068
|
+
},
|
|
3069
|
+
"displayOptions": {
|
|
3070
|
+
"show": {
|
|
3071
|
+
"resource": [
|
|
3072
|
+
"People"
|
|
3073
|
+
],
|
|
3074
|
+
"operation": [
|
|
3075
|
+
"People People Update Contact"
|
|
3076
|
+
]
|
|
3077
|
+
}
|
|
3078
|
+
}
|
|
3079
|
+
},
|
|
3080
|
+
{
|
|
3081
|
+
"displayName": "Im Clients",
|
|
3082
|
+
"name": "imClients",
|
|
3083
|
+
"type": "json",
|
|
3084
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3085
|
+
"description": "The person's instant messaging clients.",
|
|
3086
|
+
"routing": {
|
|
3087
|
+
"send": {
|
|
3088
|
+
"property": "imClients",
|
|
3089
|
+
"propertyInDotNotation": false,
|
|
3090
|
+
"type": "body",
|
|
3091
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3092
|
+
}
|
|
3093
|
+
},
|
|
3094
|
+
"displayOptions": {
|
|
3095
|
+
"show": {
|
|
3096
|
+
"resource": [
|
|
3097
|
+
"People"
|
|
3098
|
+
],
|
|
3099
|
+
"operation": [
|
|
3100
|
+
"People People Update Contact"
|
|
3101
|
+
]
|
|
3102
|
+
}
|
|
3103
|
+
}
|
|
3104
|
+
},
|
|
3105
|
+
{
|
|
3106
|
+
"displayName": "Interests",
|
|
3107
|
+
"name": "interests",
|
|
3108
|
+
"type": "json",
|
|
3109
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3110
|
+
"description": "The person's interests.",
|
|
3111
|
+
"routing": {
|
|
3112
|
+
"send": {
|
|
3113
|
+
"property": "interests",
|
|
3114
|
+
"propertyInDotNotation": false,
|
|
3115
|
+
"type": "body",
|
|
3116
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3119
|
+
"displayOptions": {
|
|
3120
|
+
"show": {
|
|
3121
|
+
"resource": [
|
|
3122
|
+
"People"
|
|
3123
|
+
],
|
|
3124
|
+
"operation": [
|
|
3125
|
+
"People People Update Contact"
|
|
3126
|
+
]
|
|
3127
|
+
}
|
|
3128
|
+
}
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"displayName": "Locales",
|
|
3132
|
+
"name": "locales",
|
|
3133
|
+
"type": "json",
|
|
3134
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3135
|
+
"description": "The person's locale preferences.",
|
|
3136
|
+
"routing": {
|
|
3137
|
+
"send": {
|
|
3138
|
+
"property": "locales",
|
|
3139
|
+
"propertyInDotNotation": false,
|
|
3140
|
+
"type": "body",
|
|
3141
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3142
|
+
}
|
|
3143
|
+
},
|
|
3144
|
+
"displayOptions": {
|
|
3145
|
+
"show": {
|
|
3146
|
+
"resource": [
|
|
3147
|
+
"People"
|
|
3148
|
+
],
|
|
3149
|
+
"operation": [
|
|
3150
|
+
"People People Update Contact"
|
|
3151
|
+
]
|
|
3152
|
+
}
|
|
3153
|
+
}
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"displayName": "Locations",
|
|
3157
|
+
"name": "locations",
|
|
3158
|
+
"type": "json",
|
|
3159
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3160
|
+
"description": "The person's locations.",
|
|
3161
|
+
"routing": {
|
|
3162
|
+
"send": {
|
|
3163
|
+
"property": "locations",
|
|
3164
|
+
"propertyInDotNotation": false,
|
|
3165
|
+
"type": "body",
|
|
3166
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3167
|
+
}
|
|
3168
|
+
},
|
|
3169
|
+
"displayOptions": {
|
|
3170
|
+
"show": {
|
|
3171
|
+
"resource": [
|
|
3172
|
+
"People"
|
|
3173
|
+
],
|
|
3174
|
+
"operation": [
|
|
3175
|
+
"People People Update Contact"
|
|
3176
|
+
]
|
|
3177
|
+
}
|
|
3178
|
+
}
|
|
3179
|
+
},
|
|
3180
|
+
{
|
|
3181
|
+
"displayName": "Memberships",
|
|
3182
|
+
"name": "memberships",
|
|
3183
|
+
"type": "json",
|
|
3184
|
+
"default": "[\n {\n \"contactGroupMembership\": {},\n \"domainMembership\": {},\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3185
|
+
"description": "The person's group memberships.",
|
|
3186
|
+
"routing": {
|
|
3187
|
+
"send": {
|
|
3188
|
+
"property": "memberships",
|
|
3189
|
+
"propertyInDotNotation": false,
|
|
3190
|
+
"type": "body",
|
|
3191
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3192
|
+
}
|
|
3193
|
+
},
|
|
3194
|
+
"displayOptions": {
|
|
3195
|
+
"show": {
|
|
3196
|
+
"resource": [
|
|
3197
|
+
"People"
|
|
3198
|
+
],
|
|
3199
|
+
"operation": [
|
|
3200
|
+
"People People Update Contact"
|
|
3201
|
+
]
|
|
3202
|
+
}
|
|
3203
|
+
}
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
"displayName": "Metadata",
|
|
3207
|
+
"name": "metadata",
|
|
3208
|
+
"type": "json",
|
|
3209
|
+
"default": "{\n \"linkedPeopleResourceNames\": [\n null\n ],\n \"previousResourceNames\": [\n null\n ],\n \"sources\": [\n {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n ]\n}",
|
|
3210
|
+
"description": "The metadata about a person.",
|
|
3211
|
+
"routing": {
|
|
3212
|
+
"send": {
|
|
3213
|
+
"property": "metadata",
|
|
3214
|
+
"propertyInDotNotation": false,
|
|
3215
|
+
"type": "body",
|
|
3216
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3217
|
+
}
|
|
3218
|
+
},
|
|
3219
|
+
"displayOptions": {
|
|
3220
|
+
"show": {
|
|
3221
|
+
"resource": [
|
|
3222
|
+
"People"
|
|
3223
|
+
],
|
|
3224
|
+
"operation": [
|
|
3225
|
+
"People People Update Contact"
|
|
3226
|
+
]
|
|
3227
|
+
}
|
|
3228
|
+
}
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"displayName": "Misc Keywords",
|
|
3232
|
+
"name": "miscKeywords",
|
|
3233
|
+
"type": "json",
|
|
3234
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3235
|
+
"description": "The person's miscellaneous keywords.",
|
|
3236
|
+
"routing": {
|
|
3237
|
+
"send": {
|
|
3238
|
+
"property": "miscKeywords",
|
|
3239
|
+
"propertyInDotNotation": false,
|
|
3240
|
+
"type": "body",
|
|
3241
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3242
|
+
}
|
|
3243
|
+
},
|
|
3244
|
+
"displayOptions": {
|
|
3245
|
+
"show": {
|
|
3246
|
+
"resource": [
|
|
3247
|
+
"People"
|
|
3248
|
+
],
|
|
3249
|
+
"operation": [
|
|
3250
|
+
"People People Update Contact"
|
|
3251
|
+
]
|
|
3252
|
+
}
|
|
3253
|
+
}
|
|
3254
|
+
},
|
|
3255
|
+
{
|
|
3256
|
+
"displayName": "Names",
|
|
3257
|
+
"name": "names",
|
|
3258
|
+
"type": "json",
|
|
3259
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3260
|
+
"description": "The person's names. This field is a singleton for contact sources.",
|
|
3261
|
+
"routing": {
|
|
3262
|
+
"send": {
|
|
3263
|
+
"property": "names",
|
|
3264
|
+
"propertyInDotNotation": false,
|
|
3265
|
+
"type": "body",
|
|
3266
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3267
|
+
}
|
|
3268
|
+
},
|
|
3269
|
+
"displayOptions": {
|
|
3270
|
+
"show": {
|
|
3271
|
+
"resource": [
|
|
3272
|
+
"People"
|
|
3273
|
+
],
|
|
3274
|
+
"operation": [
|
|
3275
|
+
"People People Update Contact"
|
|
3276
|
+
]
|
|
3277
|
+
}
|
|
3278
|
+
}
|
|
3279
|
+
},
|
|
3280
|
+
{
|
|
3281
|
+
"displayName": "Nicknames",
|
|
3282
|
+
"name": "nicknames",
|
|
3283
|
+
"type": "json",
|
|
3284
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3285
|
+
"description": "The person's nicknames.",
|
|
3286
|
+
"routing": {
|
|
3287
|
+
"send": {
|
|
3288
|
+
"property": "nicknames",
|
|
3289
|
+
"propertyInDotNotation": false,
|
|
3290
|
+
"type": "body",
|
|
3291
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3292
|
+
}
|
|
3293
|
+
},
|
|
3294
|
+
"displayOptions": {
|
|
3295
|
+
"show": {
|
|
3296
|
+
"resource": [
|
|
3297
|
+
"People"
|
|
3298
|
+
],
|
|
3299
|
+
"operation": [
|
|
3300
|
+
"People People Update Contact"
|
|
3301
|
+
]
|
|
3302
|
+
}
|
|
3303
|
+
}
|
|
3304
|
+
},
|
|
3305
|
+
{
|
|
3306
|
+
"displayName": "Occupations",
|
|
3307
|
+
"name": "occupations",
|
|
3308
|
+
"type": "json",
|
|
3309
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3310
|
+
"description": "The person's occupations.",
|
|
3311
|
+
"routing": {
|
|
3312
|
+
"send": {
|
|
3313
|
+
"property": "occupations",
|
|
3314
|
+
"propertyInDotNotation": false,
|
|
3315
|
+
"type": "body",
|
|
3316
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3317
|
+
}
|
|
3318
|
+
},
|
|
3319
|
+
"displayOptions": {
|
|
3320
|
+
"show": {
|
|
3321
|
+
"resource": [
|
|
3322
|
+
"People"
|
|
3323
|
+
],
|
|
3324
|
+
"operation": [
|
|
3325
|
+
"People People Update Contact"
|
|
3326
|
+
]
|
|
3327
|
+
}
|
|
3328
|
+
}
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"displayName": "Organizations",
|
|
3332
|
+
"name": "organizations",
|
|
3333
|
+
"type": "json",
|
|
3334
|
+
"default": "[\n {\n \"endDate\": {},\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n },\n \"startDate\": {}\n }\n]",
|
|
3335
|
+
"description": "The person's past or current organizations.",
|
|
3336
|
+
"routing": {
|
|
3337
|
+
"send": {
|
|
3338
|
+
"property": "organizations",
|
|
3339
|
+
"propertyInDotNotation": false,
|
|
3340
|
+
"type": "body",
|
|
3341
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3342
|
+
}
|
|
3343
|
+
},
|
|
3344
|
+
"displayOptions": {
|
|
3345
|
+
"show": {
|
|
3346
|
+
"resource": [
|
|
3347
|
+
"People"
|
|
3348
|
+
],
|
|
3349
|
+
"operation": [
|
|
3350
|
+
"People People Update Contact"
|
|
3351
|
+
]
|
|
3352
|
+
}
|
|
3353
|
+
}
|
|
3354
|
+
},
|
|
3355
|
+
{
|
|
3356
|
+
"displayName": "Phone Numbers",
|
|
3357
|
+
"name": "phoneNumbers",
|
|
3358
|
+
"type": "json",
|
|
3359
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3360
|
+
"description": "The person's phone numbers. For `people.connections.list` and `otherContacts.list` the number of phone numbers is limited to 100. If a Person has more phone numbers the entire set can be obtained by calling GetPeople.",
|
|
3361
|
+
"routing": {
|
|
3362
|
+
"send": {
|
|
3363
|
+
"property": "phoneNumbers",
|
|
3364
|
+
"propertyInDotNotation": false,
|
|
3365
|
+
"type": "body",
|
|
3366
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3367
|
+
}
|
|
3368
|
+
},
|
|
3369
|
+
"displayOptions": {
|
|
3370
|
+
"show": {
|
|
3371
|
+
"resource": [
|
|
3372
|
+
"People"
|
|
3373
|
+
],
|
|
3374
|
+
"operation": [
|
|
3375
|
+
"People People Update Contact"
|
|
3376
|
+
]
|
|
3377
|
+
}
|
|
3378
|
+
}
|
|
3379
|
+
},
|
|
3380
|
+
{
|
|
3381
|
+
"displayName": "Photos",
|
|
3382
|
+
"name": "photos",
|
|
3383
|
+
"type": "json",
|
|
3384
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3385
|
+
"description": "Output only. The person's photos.",
|
|
3386
|
+
"routing": {
|
|
3387
|
+
"send": {
|
|
3388
|
+
"property": "photos",
|
|
3389
|
+
"propertyInDotNotation": false,
|
|
3390
|
+
"type": "body",
|
|
3391
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3394
|
+
"displayOptions": {
|
|
3395
|
+
"show": {
|
|
3396
|
+
"resource": [
|
|
3397
|
+
"People"
|
|
3398
|
+
],
|
|
3399
|
+
"operation": [
|
|
3400
|
+
"People People Update Contact"
|
|
3401
|
+
]
|
|
3402
|
+
}
|
|
3403
|
+
}
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"displayName": "Relations",
|
|
3407
|
+
"name": "relations",
|
|
3408
|
+
"type": "json",
|
|
3409
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3410
|
+
"description": "The person's relations.",
|
|
3411
|
+
"routing": {
|
|
3412
|
+
"send": {
|
|
3413
|
+
"property": "relations",
|
|
3414
|
+
"propertyInDotNotation": false,
|
|
3415
|
+
"type": "body",
|
|
3416
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3417
|
+
}
|
|
3418
|
+
},
|
|
3419
|
+
"displayOptions": {
|
|
3420
|
+
"show": {
|
|
3421
|
+
"resource": [
|
|
3422
|
+
"People"
|
|
3423
|
+
],
|
|
3424
|
+
"operation": [
|
|
3425
|
+
"People People Update Contact"
|
|
3426
|
+
]
|
|
3427
|
+
}
|
|
3428
|
+
}
|
|
3429
|
+
},
|
|
3430
|
+
{
|
|
3431
|
+
"displayName": "Relationship Interests",
|
|
3432
|
+
"name": "relationshipInterests",
|
|
3433
|
+
"type": "json",
|
|
3434
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3435
|
+
"description": "Output only. **DEPRECATED**: No data will be returned The person's relationship interests.",
|
|
3436
|
+
"routing": {
|
|
3437
|
+
"send": {
|
|
3438
|
+
"property": "relationshipInterests",
|
|
3439
|
+
"propertyInDotNotation": false,
|
|
3440
|
+
"type": "body",
|
|
3441
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3444
|
+
"displayOptions": {
|
|
3445
|
+
"show": {
|
|
3446
|
+
"resource": [
|
|
3447
|
+
"People"
|
|
3448
|
+
],
|
|
3449
|
+
"operation": [
|
|
3450
|
+
"People People Update Contact"
|
|
3451
|
+
]
|
|
3452
|
+
}
|
|
3453
|
+
}
|
|
3454
|
+
},
|
|
3455
|
+
{
|
|
3456
|
+
"displayName": "Relationship Statuses",
|
|
3457
|
+
"name": "relationshipStatuses",
|
|
3458
|
+
"type": "json",
|
|
3459
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3460
|
+
"description": "Output only. **DEPRECATED**: No data will be returned The person's relationship statuses.",
|
|
3461
|
+
"routing": {
|
|
3462
|
+
"send": {
|
|
3463
|
+
"property": "relationshipStatuses",
|
|
3464
|
+
"propertyInDotNotation": false,
|
|
3465
|
+
"type": "body",
|
|
3466
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3467
|
+
}
|
|
3468
|
+
},
|
|
3469
|
+
"displayOptions": {
|
|
3470
|
+
"show": {
|
|
3471
|
+
"resource": [
|
|
3472
|
+
"People"
|
|
3473
|
+
],
|
|
3474
|
+
"operation": [
|
|
3475
|
+
"People People Update Contact"
|
|
3476
|
+
]
|
|
3477
|
+
}
|
|
3478
|
+
}
|
|
3479
|
+
},
|
|
3480
|
+
{
|
|
3481
|
+
"displayName": "Residences",
|
|
3482
|
+
"name": "residences",
|
|
3483
|
+
"type": "json",
|
|
3484
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3485
|
+
"description": "**DEPRECATED**: (Please use `person.locations` instead) The person's residences.",
|
|
3486
|
+
"routing": {
|
|
3487
|
+
"send": {
|
|
3488
|
+
"property": "residences",
|
|
3489
|
+
"propertyInDotNotation": false,
|
|
3490
|
+
"type": "body",
|
|
3491
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3492
|
+
}
|
|
3493
|
+
},
|
|
3494
|
+
"displayOptions": {
|
|
3495
|
+
"show": {
|
|
3496
|
+
"resource": [
|
|
3497
|
+
"People"
|
|
3498
|
+
],
|
|
3499
|
+
"operation": [
|
|
3500
|
+
"People People Update Contact"
|
|
3501
|
+
]
|
|
3502
|
+
}
|
|
3503
|
+
}
|
|
3504
|
+
},
|
|
3505
|
+
{
|
|
3506
|
+
"displayName": "Resource Name",
|
|
3507
|
+
"name": "resourceName",
|
|
3508
|
+
"type": "string",
|
|
3509
|
+
"default": "",
|
|
3510
|
+
"description": "The resource name for the person, assigned by the server. An ASCII string in the form of `people/{person_id}`.",
|
|
3511
|
+
"routing": {
|
|
3512
|
+
"send": {
|
|
3513
|
+
"property": "resourceName",
|
|
3514
|
+
"propertyInDotNotation": false,
|
|
3515
|
+
"type": "body",
|
|
3516
|
+
"value": "={{ $value }}"
|
|
3517
|
+
}
|
|
3518
|
+
},
|
|
3519
|
+
"displayOptions": {
|
|
3520
|
+
"show": {
|
|
3521
|
+
"resource": [
|
|
3522
|
+
"People"
|
|
3523
|
+
],
|
|
3524
|
+
"operation": [
|
|
3525
|
+
"People People Update Contact"
|
|
3526
|
+
]
|
|
3527
|
+
}
|
|
3528
|
+
}
|
|
3529
|
+
},
|
|
3530
|
+
{
|
|
3531
|
+
"displayName": "Sip Addresses",
|
|
3532
|
+
"name": "sipAddresses",
|
|
3533
|
+
"type": "json",
|
|
3534
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3535
|
+
"description": "The person's SIP addresses.",
|
|
3536
|
+
"routing": {
|
|
3537
|
+
"send": {
|
|
3538
|
+
"property": "sipAddresses",
|
|
3539
|
+
"propertyInDotNotation": false,
|
|
3540
|
+
"type": "body",
|
|
3541
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3542
|
+
}
|
|
3543
|
+
},
|
|
3544
|
+
"displayOptions": {
|
|
3545
|
+
"show": {
|
|
3546
|
+
"resource": [
|
|
3547
|
+
"People"
|
|
3548
|
+
],
|
|
3549
|
+
"operation": [
|
|
3550
|
+
"People People Update Contact"
|
|
3551
|
+
]
|
|
3552
|
+
}
|
|
3553
|
+
}
|
|
3554
|
+
},
|
|
3555
|
+
{
|
|
3556
|
+
"displayName": "Skills",
|
|
3557
|
+
"name": "skills",
|
|
3558
|
+
"type": "json",
|
|
3559
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3560
|
+
"description": "The person's skills.",
|
|
3561
|
+
"routing": {
|
|
3562
|
+
"send": {
|
|
3563
|
+
"property": "skills",
|
|
3564
|
+
"propertyInDotNotation": false,
|
|
3565
|
+
"type": "body",
|
|
3566
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3567
|
+
}
|
|
3568
|
+
},
|
|
3569
|
+
"displayOptions": {
|
|
3570
|
+
"show": {
|
|
3571
|
+
"resource": [
|
|
3572
|
+
"People"
|
|
3573
|
+
],
|
|
3574
|
+
"operation": [
|
|
3575
|
+
"People People Update Contact"
|
|
3576
|
+
]
|
|
3577
|
+
}
|
|
3578
|
+
}
|
|
3579
|
+
},
|
|
3580
|
+
{
|
|
3581
|
+
"displayName": "Taglines",
|
|
3582
|
+
"name": "taglines",
|
|
3583
|
+
"type": "json",
|
|
3584
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3585
|
+
"description": "Output only. **DEPRECATED**: No data will be returned The person's taglines.",
|
|
3586
|
+
"routing": {
|
|
3587
|
+
"send": {
|
|
3588
|
+
"property": "taglines",
|
|
3589
|
+
"propertyInDotNotation": false,
|
|
3590
|
+
"type": "body",
|
|
3591
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3592
|
+
}
|
|
3593
|
+
},
|
|
3594
|
+
"displayOptions": {
|
|
3595
|
+
"show": {
|
|
3596
|
+
"resource": [
|
|
3597
|
+
"People"
|
|
3598
|
+
],
|
|
3599
|
+
"operation": [
|
|
3600
|
+
"People People Update Contact"
|
|
3601
|
+
]
|
|
3602
|
+
}
|
|
3603
|
+
}
|
|
3604
|
+
},
|
|
3605
|
+
{
|
|
3606
|
+
"displayName": "Urls",
|
|
3607
|
+
"name": "urls",
|
|
3608
|
+
"type": "json",
|
|
3609
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3610
|
+
"description": "The person's associated URLs.",
|
|
3611
|
+
"routing": {
|
|
3612
|
+
"send": {
|
|
3613
|
+
"property": "urls",
|
|
3614
|
+
"propertyInDotNotation": false,
|
|
3615
|
+
"type": "body",
|
|
3616
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3617
|
+
}
|
|
3618
|
+
},
|
|
3619
|
+
"displayOptions": {
|
|
3620
|
+
"show": {
|
|
3621
|
+
"resource": [
|
|
3622
|
+
"People"
|
|
3623
|
+
],
|
|
3624
|
+
"operation": [
|
|
3625
|
+
"People People Update Contact"
|
|
3626
|
+
]
|
|
3627
|
+
}
|
|
3628
|
+
}
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
"displayName": "User Defined",
|
|
3632
|
+
"name": "userDefined",
|
|
3633
|
+
"type": "json",
|
|
3634
|
+
"default": "[\n {\n \"metadata\": {\n \"source\": {\n \"profileMetadata\": {\n \"userTypes\": [\n null\n ]\n }\n }\n }\n }\n]",
|
|
3635
|
+
"description": "The person's user defined data.",
|
|
3636
|
+
"routing": {
|
|
3637
|
+
"send": {
|
|
3638
|
+
"property": "userDefined",
|
|
3639
|
+
"propertyInDotNotation": false,
|
|
3640
|
+
"type": "body",
|
|
3641
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3642
|
+
}
|
|
3643
|
+
},
|
|
3644
|
+
"displayOptions": {
|
|
3645
|
+
"show": {
|
|
3646
|
+
"resource": [
|
|
3647
|
+
"People"
|
|
3648
|
+
],
|
|
3649
|
+
"operation": [
|
|
3650
|
+
"People People Update Contact"
|
|
3651
|
+
]
|
|
3652
|
+
}
|
|
3653
|
+
}
|
|
3654
|
+
},
|
|
3655
|
+
{
|
|
3656
|
+
"displayName": "PATCH /v1/{resourceName}:updateContactPhoto",
|
|
3657
|
+
"name": "operation",
|
|
3658
|
+
"type": "notice",
|
|
3659
|
+
"typeOptions": {
|
|
3660
|
+
"theme": "info"
|
|
3661
|
+
},
|
|
3662
|
+
"default": "",
|
|
3663
|
+
"displayOptions": {
|
|
3664
|
+
"show": {
|
|
3665
|
+
"resource": [
|
|
3666
|
+
"People"
|
|
3667
|
+
],
|
|
3668
|
+
"operation": [
|
|
3669
|
+
"People People Update Contact Photo"
|
|
3670
|
+
]
|
|
3671
|
+
}
|
|
3672
|
+
}
|
|
3673
|
+
},
|
|
3674
|
+
{
|
|
3675
|
+
"displayName": "Resource Name",
|
|
3676
|
+
"name": "resourceName",
|
|
3677
|
+
"required": true,
|
|
3678
|
+
"description": "Required. Person resource name",
|
|
3679
|
+
"default": "",
|
|
3680
|
+
"type": "string",
|
|
3681
|
+
"displayOptions": {
|
|
3682
|
+
"show": {
|
|
3683
|
+
"resource": [
|
|
3684
|
+
"People"
|
|
3685
|
+
],
|
|
3686
|
+
"operation": [
|
|
3687
|
+
"People People Update Contact Photo"
|
|
3688
|
+
]
|
|
3689
|
+
}
|
|
3690
|
+
}
|
|
3691
|
+
},
|
|
3692
|
+
{
|
|
3693
|
+
"displayName": "Person Fields",
|
|
3694
|
+
"name": "personFields",
|
|
3695
|
+
"type": "string",
|
|
3696
|
+
"default": "",
|
|
3697
|
+
"description": "Optional. A field mask to restrict which fields on the person are returned. Multiple fields can be specified by separating them with commas. Defaults to empty if not set, which will skip the post mutate get. Valid values are: * addresses * ageRanges * biographies * birthdays * calendarUrls * clientData * coverPhotos * emailAddresses * events * externalIds * genders * imClients * interests * locales * locations * memberships * metadata * miscKeywords * names * nicknames * occupations * organizations * phoneNumbers * photos * relations * sipAddresses * skills * urls * userDefined",
|
|
3698
|
+
"routing": {
|
|
3699
|
+
"send": {
|
|
3700
|
+
"property": "personFields",
|
|
3701
|
+
"propertyInDotNotation": false,
|
|
3702
|
+
"type": "body",
|
|
3703
|
+
"value": "={{ $value }}"
|
|
3704
|
+
}
|
|
3705
|
+
},
|
|
3706
|
+
"displayOptions": {
|
|
3707
|
+
"show": {
|
|
3708
|
+
"resource": [
|
|
3709
|
+
"People"
|
|
3710
|
+
],
|
|
3711
|
+
"operation": [
|
|
3712
|
+
"People People Update Contact Photo"
|
|
3713
|
+
]
|
|
3714
|
+
}
|
|
3715
|
+
}
|
|
3716
|
+
},
|
|
3717
|
+
{
|
|
3718
|
+
"displayName": "Photo Bytes",
|
|
3719
|
+
"name": "photoBytes",
|
|
3720
|
+
"type": "string",
|
|
3721
|
+
"default": "",
|
|
3722
|
+
"description": "Required. Raw photo bytes",
|
|
3723
|
+
"routing": {
|
|
3724
|
+
"send": {
|
|
3725
|
+
"property": "photoBytes",
|
|
3726
|
+
"propertyInDotNotation": false,
|
|
3727
|
+
"type": "body",
|
|
3728
|
+
"value": "={{ $value }}"
|
|
3729
|
+
}
|
|
3730
|
+
},
|
|
3731
|
+
"displayOptions": {
|
|
3732
|
+
"show": {
|
|
3733
|
+
"resource": [
|
|
3734
|
+
"People"
|
|
3735
|
+
],
|
|
3736
|
+
"operation": [
|
|
3737
|
+
"People People Update Contact Photo"
|
|
3738
|
+
]
|
|
3739
|
+
}
|
|
3740
|
+
}
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"displayName": "Sources",
|
|
3744
|
+
"name": "sources",
|
|
3745
|
+
"type": "json",
|
|
3746
|
+
"default": "[\n null\n]",
|
|
3747
|
+
"description": "Optional. A mask of what source types to return. Defaults to READ_SOURCE_TYPE_CONTACT and READ_SOURCE_TYPE_PROFILE if not set.",
|
|
3748
|
+
"routing": {
|
|
3749
|
+
"send": {
|
|
3750
|
+
"property": "sources",
|
|
3751
|
+
"propertyInDotNotation": false,
|
|
3752
|
+
"type": "body",
|
|
3753
|
+
"value": "={{ JSON.parse($value) }}"
|
|
3754
|
+
}
|
|
3755
|
+
},
|
|
3756
|
+
"displayOptions": {
|
|
3757
|
+
"show": {
|
|
3758
|
+
"resource": [
|
|
3759
|
+
"People"
|
|
3760
|
+
],
|
|
3761
|
+
"operation": [
|
|
3762
|
+
"People People Update Contact Photo"
|
|
3763
|
+
]
|
|
3764
|
+
}
|
|
3765
|
+
}
|
|
3766
|
+
},
|
|
3767
|
+
];
|
|
3768
|
+
//# sourceMappingURL=index.js.map
|