forked from slackapi/java-slack-sdk
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathusergroups.list.json
More file actions
42 lines (42 loc) · 827 Bytes
/
usergroups.list.json
File metadata and controls
42 lines (42 loc) · 827 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
{
"ok": false,
"usergroups": [
{
"id": "S00000000",
"team_id": "T00000000",
"is_usergroup": false,
"is_subteam": false,
"name": "",
"description": "",
"handle": "",
"is_external": false,
"date_create": 12345,
"date_update": 12345,
"date_delete": 12345,
"auto_provision": false,
"enterprise_subteam_id": "",
"created_by": "U00000000",
"updated_by": "U00000000",
"prefs": {
"channels": [
"",
"C00000000"
],
"groups": [
""
]
},
"channel_count": 12345,
"users": [
"",
"U00000000"
],
"user_count": 12345,
"is_section": false,
"is_idp_group": false
}
],
"error": "",
"needed": "",
"provided": ""
}