Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

user.created.payload.json 2.7 KB

You have to be logged in to leave a comment. Sign In
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
  1. {
  2. "user": {
  3. "login": "Snowtocat",
  4. "id": 16,
  5. "node_id": "MDQ6VXNlcjE2",
  6. "avatar_url": "https://octocoders.github.io/avatars/u/16?",
  7. "gravatar_id": "",
  8. "url": "https://octocoders.github.io/api/v3/users/Snowtocat",
  9. "html_url": "https://octocoders.github.io/Snowtocat",
  10. "followers_url": "https://octocoders.github.io/api/v3/users/Snowtocat/followers",
  11. "following_url": "https://octocoders.github.io/api/v3/users/Snowtocat/following{/other_user}",
  12. "gists_url": "https://octocoders.github.io/api/v3/users/Snowtocat/gists{/gist_id}",
  13. "starred_url": "https://octocoders.github.io/api/v3/users/Snowtocat/starred{/owner}{/repo}",
  14. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Snowtocat/subscriptions",
  15. "organizations_url": "https://octocoders.github.io/api/v3/users/Snowtocat/orgs",
  16. "repos_url": "https://octocoders.github.io/api/v3/users/Snowtocat/repos",
  17. "events_url": "https://octocoders.github.io/api/v3/users/Snowtocat/events{/privacy}",
  18. "received_events_url": "https://octocoders.github.io/api/v3/users/Snowtocat/received_events",
  19. "type": "User",
  20. "site_admin": false
  21. },
  22. "action": "created",
  23. "enterprise": {
  24. "id": 1,
  25. "slug": "github",
  26. "name": "GitHub",
  27. "node_id": "MDg6QnVzaW5lc3Mx",
  28. "avatar_url": "https://octocoders.github.io/avatars/b/1?",
  29. "description": null,
  30. "website_url": null,
  31. "html_url": "https://octocoders.github.io/businesses/github",
  32. "created_at": "2019-05-14T19:31:12Z",
  33. "updated_at": "2019-05-14T19:31:12Z"
  34. },
  35. "sender": {
  36. "login": "Snowtocat",
  37. "id": 16,
  38. "node_id": "MDQ6VXNlcjE2",
  39. "avatar_url": "https://octocoders.github.io/avatars/u/16?",
  40. "gravatar_id": "",
  41. "url": "https://octocoders.github.io/api/v3/users/Snowtocat",
  42. "html_url": "https://octocoders.github.io/Snowtocat",
  43. "followers_url": "https://octocoders.github.io/api/v3/users/Snowtocat/followers",
  44. "following_url": "https://octocoders.github.io/api/v3/users/Snowtocat/following{/other_user}",
  45. "gists_url": "https://octocoders.github.io/api/v3/users/Snowtocat/gists{/gist_id}",
  46. "starred_url": "https://octocoders.github.io/api/v3/users/Snowtocat/starred{/owner}{/repo}",
  47. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Snowtocat/subscriptions",
  48. "organizations_url": "https://octocoders.github.io/api/v3/users/Snowtocat/orgs",
  49. "repos_url": "https://octocoders.github.io/api/v3/users/Snowtocat/repos",
  50. "events_url": "https://octocoders.github.io/api/v3/users/Snowtocat/events{/privacy}",
  51. "received_events_url": "https://octocoders.github.io/api/v3/users/Snowtocat/received_events",
  52. "type": "User",
  53. "site_admin": false
  54. }
  55. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...