PUT {language}/permission/usermanagement/userEmail

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

Body Parameters

PersonalInformationRequest
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

EmployeeId

globally unique identifier

None.

EmployeeCode

string

None.

FirstName

string

None.

LastName

string

None.

Email

string

None.

CcEmail

string

None.

IsDisabled

boolean

None.

Image

string

None.

Nationality

string

None.

Race

string

None.

Gender

string

None.

DateOfBirth

date

None.

MaritalStatus

string

None.

ResidenceStatus

string

None.

RequestId

globally unique identifier

None.

Language

string

None.

LanguageLogin

string

None.

AuthToken

string

None.

ClientId

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "7da0c468-831e-4fd5-bc2c-c10fb8ad3217",
  "EmployeeId": "b6f2100f-4e9e-4633-944e-d7a199a8e773",
  "EmployeeCode": "sample string 3",
  "FirstName": "sample string 4",
  "LastName": "sample string 5",
  "Email": "sample string 6",
  "CcEmail": "sample string 7",
  "IsDisabled": true,
  "Image": "sample string 9",
  "Nationality": "sample string 10",
  "Race": "sample string 11",
  "Gender": "sample string 12",
  "DateOfBirth": "2025-04-27T23:58:09.292568+00:00",
  "MaritalStatus": "sample string 14",
  "ResidenceStatus": "sample string 15",
  "RequestId": "45d7067a-ac6a-4de7-9cc3-f27ca74b0d40",
  "Language": "sample string 17",
  "LanguageLogin": "sample string 18",
  "AuthToken": "sample string 19",
  "ClientId": "sample string 20",
  "PageIndex": 21,
  "PageSize": 22
}

application/xml, text/xml

Sample:
<PersonalInformationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests">
  <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 19</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 20</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 17</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 18</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">21</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">22</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">45d7067a-ac6a-4de7-9cc3-f27ca74b0d40</RequestId>
  <CcEmail>sample string 7</CcEmail>
  <DateOfBirth>2025-04-27T23:58:09.292568+00:00</DateOfBirth>
  <Email>sample string 6</Email>
  <EmployeeCode>sample string 3</EmployeeCode>
  <EmployeeId>b6f2100f-4e9e-4633-944e-d7a199a8e773</EmployeeId>
  <FirstName>sample string 4</FirstName>
  <Gender>sample string 12</Gender>
  <Id>7da0c468-831e-4fd5-bc2c-c10fb8ad3217</Id>
  <Image>sample string 9</Image>
  <IsDisabled>true</IsDisabled>
  <LastName>sample string 5</LastName>
  <MaritalStatus>sample string 14</MaritalStatus>
  <Nationality>sample string 10</Nationality>
  <Race>sample string 11</Race>
  <ResidenceStatus>sample string 15</ResidenceStatus>
</PersonalInformationRequest>

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.