POST api/User/ResendInvite

Request Information

URI Parameters

None.

Body Parameters

UserMasterBindingModel
NameDescriptionTypeAdditional information
UserId

integer

None.

UserFullName

string

None.

UserName

string

None.

UserRole

string

None.

Email

string

None.

MobileNo

string

None.

FusedInfo

string

None.

CreatedBy

integer

None.

CreationDate

date

None.

UpdatedBy

integer

None.

UpdationDate

date

None.

IsActive

boolean

None.

Address

string

None.

BranchId

integer

None.

BranchName

string

None.

OrganizationId

integer

None.

OrganizationName

string

None.

CustomerId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "UserFullName": "sample string 2",
  "UserName": "sample string 3",
  "UserRole": "sample string 4",
  "Email": "sample string 5",
  "MobileNo": "sample string 6",
  "FusedInfo": "sample string 7",
  "CreatedBy": 1,
  "CreationDate": "2026-02-07T17:49:15.4872472+05:30",
  "UpdatedBy": 1,
  "UpdationDate": "2026-02-07T17:49:15.4872472+05:30",
  "IsActive": true,
  "Address": "sample string 8",
  "BranchId": 1,
  "BranchName": "sample string 9",
  "OrganizationId": 1,
  "OrganizationName": "sample string 10",
  "CustomerId": 1
}

application/xml, text/xml

Sample:
<UserMasterBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/labman_api.Models">
  <Address>sample string 8</Address>
  <BranchId>1</BranchId>
  <BranchName>sample string 9</BranchName>
  <CreatedBy>1</CreatedBy>
  <CreationDate>2026-02-07T17:49:15.4872472+05:30</CreationDate>
  <CustomerId>1</CustomerId>
  <Email>sample string 5</Email>
  <FusedInfo>sample string 7</FusedInfo>
  <IsActive>true</IsActive>
  <MobileNo>sample string 6</MobileNo>
  <OrganizationId>1</OrganizationId>
  <OrganizationName>sample string 10</OrganizationName>
  <UpdatedBy>1</UpdatedBy>
  <UpdationDate>2026-02-07T17:49:15.4872472+05:30</UpdationDate>
  <UserFullName>sample string 2</UserFullName>
  <UserId>1</UserId>
  <UserName>sample string 3</UserName>
  <UserRole>sample string 4</UserRole>
</UserMasterBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.