-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsync.json
More file actions
43 lines (43 loc) · 762 Bytes
/
sync.json
File metadata and controls
43 lines (43 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"id_token": "CustomerIdToken",
"action_type": "segment.users.sync",
"customer_config": {
"fields": [
{
"field_id": "workspace",
"field_display_name": "Workspace",
"value": {
"id": "workspace_1",
"display_name": "Workspace 1"
}
}
]
},
"data": {
"segment": {
"id": 1338065,
"name": "Free Customers"
},
"sync_info": {
"page_number": 1,
"total_pages": 1,
"sync_task_id": "FreeCustomersSync"
},
"remove": [
{
"id": "user1@email.com"
},
{
"id": "user2@email.com"
}
],
"add": [
{
"id": "user3@email.com"
},
{
"id": "user4@email.com"
}
]
}
}