We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8383e2f commit 216e005Copy full SHA for 216e005
group.go
@@ -43,10 +43,12 @@ type GroupMember struct {
43
Self string `json:"self,omitempty"`
44
Name string `json:"name,omitempty"`
45
Key string `json:"key,omitempty"`
46
+ AccountID string `json:"accountId,omitempty"`
47
EmailAddress string `json:"emailAddress,omitempty"`
48
DisplayName string `json:"displayName,omitempty"`
49
Active bool `json:"active,omitempty"`
50
TimeZone string `json:"timeZone,omitempty"`
51
+ AccountType string `json:"accountType,omitempty"`
52
}
53
54
// GroupSearchOptions specifies the optional parameters for the Get Group methods
0 commit comments