OctopusDeploy / go-octopusdeploy

| Public | Go API Client for Octopus Deploy :octopus:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Struct is Outdated

jbristowe opened this issue · comments

Description
The User struct definition is misaligned to the UserResource model in the API specification. It needs to be updated to properly serialize to/from its JSON representation.

Expected Behavior
The User struct should properly represent the UserResource model in the API specification.