diff --git a/accounts.go b/accounts.go index a8708fac60..6e5b161089 100644 --- a/accounts.go +++ b/accounts.go @@ -49,7 +49,7 @@ type AccountDetailResponse struct { // AccountsListParams holds the filterable options for Accounts. type AccountsListParams struct { - Name string `url:"name"` + Name string `url:"name,omitempty"` PaginationOptions }