Skip to content

Commit 216e005

Browse files
mhupmanghostsquad
authored andcommitted
feat: Add AccountID and AccountType to GroupMember struct
1 parent 8383e2f commit 216e005

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

group.go

+2
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,12 @@ type GroupMember struct {
4343
Self string `json:"self,omitempty"`
4444
Name string `json:"name,omitempty"`
4545
Key string `json:"key,omitempty"`
46+
AccountID string `json:"accountId,omitempty"`
4647
EmailAddress string `json:"emailAddress,omitempty"`
4748
DisplayName string `json:"displayName,omitempty"`
4849
Active bool `json:"active,omitempty"`
4950
TimeZone string `json:"timeZone,omitempty"`
51+
AccountType string `json:"accountType,omitempty"`
5052
}
5153

5254
// GroupSearchOptions specifies the optional parameters for the Get Group methods

0 commit comments

Comments
 (0)