Skip to content

Commit 909b7bb

Browse files
authored
Support Roletype (#536)
* feat(user): add roletype * fix(user): use long instead
1 parent bebd2ea commit 909b7bb

File tree

1 file changed

+3
-0
lines changed
  • src/ZendeskApi_v2/Models/Users

1 file changed

+3
-0
lines changed

src/ZendeskApi_v2/Models/Users/User.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ public class User : IndividualSearchableResponseBase
5959
[JsonProperty("role")]
6060
public string Role { get; set; }
6161

62+
[JsonProperty("role_type")]
63+
public long? RoleType { get; set; }
64+
6265
[JsonProperty("custom_role_id")]
6366
public long? CustomRoleId { get; set; }
6467

0 commit comments

Comments
 (0)