Skip to content

Commit 3bb2fb7

Browse files
authored
Merge pull request #39 from degzhaus/degzhaus/fetch_user_roles
Fetch user roles
2 parents b99a46e + b73c4d3 commit 3bb2fb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

events.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ type User struct {
2020
Email *string `json:"email,omitempty"`
2121
ID *string `json:"id,omitempty"`
2222
Name *string `json:"name,omitempty"`
23+
Role *string `json:"role,omitempty"`
24+
RoleName *string `json:"roleName,omitempty"`
2325
Projects []string `json:"projects,omitempty"`
2426
}
2527

0 commit comments

Comments
 (0)