-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathaccount.json
More file actions
48 lines (48 loc) · 1.29 KB
/
account.json
File metadata and controls
48 lines (48 loc) · 1.29 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
{
"body": {
"avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro",
"completedTours": [],
"handle": "transcripts",
"hasUnreadNotifications": false,
"isSuperadmin": false,
"kind": "user",
"name": "The Transcript User",
"organizationMemberships": [
{
"org": {
"isCommercial": false,
"orgId": "ORG-<UUID>",
"user": {
"avatarUrl": "https://www.gravatar.com/avatar/205e460b479e2e5b48aec07710c08d50?f=y&d=retro",
"handle": "unison",
"name": "Unison Org",
"userId": "U-<UUID>"
}
},
"permissions": [
"project:view",
"project:contribute",
"project:maintain",
"project:create",
"org:view",
"org:edit",
"team:view",
"notification_hub_entry:view",
"notification_hub_entry:update",
"notification_subscription:view",
"notification_subscription:manage",
"notification_delivery_method:view",
"notification_delivery_method:manage"
]
}
],
"planTier": "Free",
"primaryEmail": "transcripts@example.com",
"userId": "U-<UUID>"
},
"status": [
{
"status_code": 200
}
]
}