API Reference/ redb.Core.Models.Users Class UpdateUserRequest Namespace: redb.Core.Models.UsersAssembly: redb.Core.dllRequest for updating user datapublic class UpdateUserRequest Inheritance Object→UpdateUserRequestPropertiesCodeGuidNew GUID code (if null - not changed)public Guid? CodeGuid { get; set; } CodeIntNew integer code (if null - not changed)public long? CodeInt { get; set; } CodeStringNew string code (if null - not changed)public string? CodeString { get; set; } DateDismissDismissal date (if null - not changed)public DateTimeOffset? DateDismiss { get; set; } EmailNew user email (if null - not changed)public string? Email { get; set; } EnabledNew activity status (if null - not changed)public bool? Enabled { get; set; } KeyNew additional key (if null - not changed)public long? Key { get; set; } LoginNew user login (if null - not changed)public string? Login { get; set; } NameNew user name (if null - not changed)public string? Name { get; set; } NoteNew note (if null - not changed)public string? Note { get; set; } PhoneNew user phone (if null - not changed)public string? Phone { get; set; } RoleNamesNames of new user roles (if null - not changed)public string[]? RoleNames { get; set; } RolesNew user roles as objects (if null - not changed)public IRedbRole[]? Roles { get; set; }