Skip to content

Commit

Permalink
Support Roletype (#536)
Browse files Browse the repository at this point in the history
* feat(user): add roletype

* fix(user): use long instead
  • Loading branch information
bschaeublin authored Oct 10, 2021
1 parent bebd2ea commit 909b7bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ZendeskApi_v2/Models/Users/User.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ public class User : IndividualSearchableResponseBase
[JsonProperty("role")]
public string Role { get; set; }

[JsonProperty("role_type")]
public long? RoleType { get; set; }

[JsonProperty("custom_role_id")]
public long? CustomRoleId { get; set; }

Expand Down

0 comments on commit 909b7bb

Please sign in to comment.