We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b99a46e + b73c4d3 commit 3bb2fb7Copy full SHA for 3bb2fb7
events.go
@@ -20,6 +20,8 @@ type User struct {
20
Email *string `json:"email,omitempty"`
21
ID *string `json:"id,omitempty"`
22
Name *string `json:"name,omitempty"`
23
+ Role *string `json:"role,omitempty"`
24
+ RoleName *string `json:"roleName,omitempty"`
25
Projects []string `json:"projects,omitempty"`
26
}
27
0 commit comments