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

organization.member_added.payload.json 3.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
  1. {
  2. "action": "member_added",
  3. "membership": {
  4. "url": "https://octocoders.github.io/api/v3/orgs/Octocoders/memberships/Hacktocat",
  5. "state": "active",
  6. "role": "member",
  7. "organization_url": "https://octocoders.github.io/api/v3/orgs/Octocoders",
  8. "user": {
  9. "login": "Hacktocat",
  10. "id": 5,
  11. "node_id": "MDQ6VXNlcjU=",
  12. "avatar_url": "https://octocoders.github.io/avatars/u/5?",
  13. "gravatar_id": "",
  14. "url": "https://octocoders.github.io/api/v3/users/Hacktocat",
  15. "html_url": "https://octocoders.github.io/Hacktocat",
  16. "followers_url": "https://octocoders.github.io/api/v3/users/Hacktocat/followers",
  17. "following_url": "https://octocoders.github.io/api/v3/users/Hacktocat/following{/other_user}",
  18. "gists_url": "https://octocoders.github.io/api/v3/users/Hacktocat/gists{/gist_id}",
  19. "starred_url": "https://octocoders.github.io/api/v3/users/Hacktocat/starred{/owner}{/repo}",
  20. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Hacktocat/subscriptions",
  21. "organizations_url": "https://octocoders.github.io/api/v3/users/Hacktocat/orgs",
  22. "repos_url": "https://octocoders.github.io/api/v3/users/Hacktocat/repos",
  23. "events_url": "https://octocoders.github.io/api/v3/users/Hacktocat/events{/privacy}",
  24. "received_events_url": "https://octocoders.github.io/api/v3/users/Hacktocat/received_events",
  25. "type": "User",
  26. "site_admin": false
  27. }
  28. },
  29. "organization": {
  30. "login": "Octocoders",
  31. "id": 6,
  32. "node_id": "MDEyOk9yZ2FuaXphdGlvbjY=",
  33. "url": "https://octocoders.github.io/api/v3/orgs/Octocoders",
  34. "repos_url": "https://octocoders.github.io/api/v3/orgs/Octocoders/repos",
  35. "events_url": "https://octocoders.github.io/api/v3/orgs/Octocoders/events",
  36. "hooks_url": "https://octocoders.github.io/api/v3/orgs/Octocoders/hooks",
  37. "issues_url": "https://octocoders.github.io/api/v3/orgs/Octocoders/issues",
  38. "members_url": "https://octocoders.github.io/api/v3/orgs/Octocoders/members{/member}",
  39. "public_members_url": "https://octocoders.github.io/api/v3/orgs/Octocoders/public_members{/member}",
  40. "avatar_url": "https://octocoders.github.io/avatars/u/6?",
  41. "description": ""
  42. },
  43. "enterprise": {
  44. "id": 1,
  45. "slug": "github",
  46. "name": "GitHub",
  47. "node_id": "MDg6QnVzaW5lc3Mx",
  48. "avatar_url": "https://octocoders.github.io/avatars/b/1?",
  49. "description": null,
  50. "website_url": null,
  51. "html_url": "https://octocoders.github.io/businesses/github",
  52. "created_at": "2019-05-14T19:31:12Z",
  53. "updated_at": "2019-05-14T19:31:12Z"
  54. },
  55. "sender": {
  56. "login": "Codertocat",
  57. "id": 4,
  58. "node_id": "MDQ6VXNlcjQ=",
  59. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  60. "gravatar_id": "",
  61. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  62. "html_url": "https://octocoders.github.io/Codertocat",
  63. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  64. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  65. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  66. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  67. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  68. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  69. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  70. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  71. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  72. "type": "User",
  73. "site_admin": false
  74. }
  75. }
Tip!

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

Comments

Loading...