PUT Users/{id}

Editace stávajícího uživatele.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

UserEditModel
NameDescriptionTypeAdditional information
AssignProperties

boolean

None.

AssignPassword

boolean

None.

OldPassword

string

None.

AssignRole

boolean

None.

Role

string

None.

IsDisabled

boolean

None.

Name

string

None.

Surname

string

None.

Company

string

None.

DegreeBefore

string

None.

DegreeAfter

string

None.

Email

string

None.

PhoneNumber

string

None.

AddressStreet

string

None.

AddressCity

string

None.

AddressPostalCode

string

None.

LegalType

UserLegalType

None.

IC

string

None.

DIC

string

None.

Note

string

None.

Password

string

None.

ConfirmPassword

string

None.

DoNotCreateEshopAccount

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "assignProperties": true,
  "assignPassword": true,
  "oldPassword": "sample string 3",
  "assignRole": true,
  "role": "sample string 5",
  "isDisabled": true,
  "name": "sample string 7",
  "surname": "sample string 8",
  "company": "sample string 9",
  "degreeBefore": "sample string 10",
  "degreeAfter": "sample string 11",
  "email": "sample string 12",
  "phoneNumber": "sample string 13",
  "addressStreet": "sample string 14",
  "addressCity": "sample string 15",
  "addressPostalCode": "sample string 16",
  "legalType": "person",
  "ic": "sample string 17",
  "dic": "sample string 18",
  "note": "sample string 19",
  "password": "sample string 20",
  "confirmPassword": "sample string 21",
  "doNotCreateEshopAccount": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.