Class CreateUserRequest
Represents a request to create a new user.
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Users
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class CreateUserRequest
Properties
View SourceBranchId
Gets or sets the ID of the branch the user belongs to.
Declaration
public int BranchId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Gets or sets the email of the user.
Declaration
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FirstName
Gets or sets the first name of the user.
Declaration
public string FirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastName
Gets or sets the last name of the user.
Declaration
public string LastName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |