Skip to content

Commit

Permalink
Merge pull request #241 from incident-io/lawrence-add-remote-photo-url
Browse files Browse the repository at this point in the history
Add support for remote photo URL
  • Loading branch information
nukosuke committed Aug 13, 2022
2 parents 9d08fb2 + 7b2f510 commit ac13605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zendesk/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ type User struct {
OrganizationID int64 `json:"organization_id,omitempty"`
Phone string `json:"phone,omitempty"`
Photo Attachment `json:"photo,omitempty"`
RemotePhotoURL string `json:"remote_photo_url,omitempty"`
RestrictedAgent bool `json:"restricted_agent,omitempty"`
Role string `json:"role,omitempty"`
RoleType int64 `json:"role_type,omitempty"`
Expand Down

0 comments on commit ac13605

Please sign in to comment.