justeat/ZendeskApiClient

When trying to use the Users.ListAsync() function I get an error thrown by the JSON Parser

richmintz opened this issue · 1 comments

Error encountered when using the following code snippet
UsersListResponse ur = client.Users.ListAsync().GetAwaiter().GetResult();

Error converting value "end-user" to type 'ZendeskApi.Client.Models.UserRole'

Hi @richmintz. Sorry for the delayed response, our team has taken ownership of this repository now, so I'd like to help if possible.

Is this still an issue for you? If so, what version of the client are you using?

Thanks