-
Notifications
You must be signed in to change notification settings - Fork 228
Expand file tree
/
Copy pathusers.profile.get.json
More file actions
57 lines (57 loc) · 1.3 KB
/
users.profile.get.json
File metadata and controls
57 lines (57 loc) · 1.3 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"ok": false,
"profile": {
"title": "",
"phone": "",
"skype": "",
"real_name": "",
"real_name_normalized": "",
"display_name": "",
"display_name_normalized": "",
"fields": {
"X00000000": {
"value": "",
"alt": "",
"label": ""
},
"X00000001": {
"value": "",
"alt": "",
"label": ""
}
},
"status_text": "",
"status_emoji": "",
"status_expiration": 12345,
"avatar_hash": "",
"image_original": "https://www.example.com/",
"is_custom_image": false,
"email": "",
"first_name": "",
"last_name": "",
"image_24": "https://www.example.com/",
"image_32": "https://www.example.com/",
"image_48": "https://www.example.com/",
"image_72": "https://www.example.com/",
"image_192": "https://www.example.com/",
"image_512": "https://www.example.com/",
"image_1024": "https://www.example.com/",
"status_text_canonical": "",
"status_emoji_url": "",
"pronouns": "",
"huddle_state": "",
"huddle_state_expiration_ts": 12345,
"status_emoji_display_info": [
{
"emoji_name": "",
"display_alias": "",
"display_url": "",
"unicode": ""
}
],
"start_date": ""
},
"error": "",
"needed": "",
"provided": ""
}