PUT api/User

Request Information

URI Parameters

None.

Body Parameters

Users
NameDescriptionTypeAdditional information
Id

integer

None.

Nom

string

None.

Prenom

string

None.

Email

string

None.

Telephone

string

None.

User_Role

integer

None.

Password

string

None.

Token

string

None.

Statut

integer

None.

Code

integer

None.

U_Created_at

date

None.

Expire_token

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Nom": "sample string 2",
  "Prenom": "sample string 3",
  "Email": "sample string 4",
  "Telephone": "sample string 5",
  "User_Role": 6,
  "Password": "sample string 7",
  "Token": "sample string 8",
  "Statut": 9,
  "Code": 10,
  "U_Created_at": "2025-06-16T08:10:43.81967-05:00",
  "Expire_token": "2025-06-16T08:10:43.81967-05:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.