Class CreateUser.Command
- Namespace
- Raytha.Application.Users.Commands
- Assembly
- Raytha.Application.dll
public record CreateUser.Command : LoggableRequest<CommandResponseDto<ShortGuid>>, IRequest<CommandResponseDto<ShortGuid>>, IBaseRequest, ILoggableRequest, IEquatable<LoggableRequest<CommandResponseDto<ShortGuid>>>, IEquatable<CreateUser.Command>
- Inheritance
-
CreateUser.Command
- Implements
-
IBaseRequest
- Inherited Members
Properties
EmailAddress
public string EmailAddress { get; init; }
Property Value
FirstName
public string FirstName { get; init; }
Property Value
LastName
public string LastName { get; init; }
Property Value
SendEmail
public bool SendEmail { get; init; }
Property Value
UserGroups
public IEnumerable<ShortGuid> UserGroups { get; init; }
Property Value
- IEnumerable<ShortGuid>