The User class in ZendeskApi_v2.Models.Users is missing the role_type property, which is needed to determine what kind of agent a particular user is.
Is documented on:
https://developer.zendesk.com/api-reference/ticketing/users/users/
as:
role_type | integer | true | false | The user's role id. 0 for custom agents, 1 for light agent, 2 for chat agent, and 3 for chat agent added to the Support account as a contributor (Chat Phase 4)
Hello,
The User class in ZendeskApi_v2.Models.Users is missing the role_type property, which is needed to determine what kind of agent a particular user is.
Is documented on: https://developer.zendesk.com/api-reference/ticketing/users/users/ as: role_type | integer | true | false | The user's role id. 0 for custom agents, 1 for light agent, 2 for chat agent, and 3 for chat agent added to the Support account as a contributor (Chat Phase 4)
Can this be added?
Thanks, Greg