Skip to content

Commit

Permalink
Expose user type
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertJohan committed Sep 16, 2019
1 parent b9d655e commit c16f827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type UserList struct {
// stripped out from the request. Please see the API documentation for details.
type User struct {
ID string `json:"id,omitempty"`
Type string `json:"type,omitempty"`
Email string `json:"email,omitempty"`
Phone string `json:"phone,omitempty"`
UserID string `json:"user_id,omitempty"`
Expand Down

0 comments on commit c16f827

Please sign in to comment.