Skip to content

AddUserOutRequestDto

← User DTO

Backend-источник: core.usermanagementservice/Core.UserManagementService/Nuget.UserApiClient/Dto/Requests/AddUserOutRequestDto.cs (core.usermanagementservice).

Поля

ПолеТип (TS)ОбязательноеОписаниеТип (C#)
firstNamestringдаstring
lastNamestringдаstring
emailstringдаstring
positionUserPositionDtoдаUserPositionDto
userTypeUserTypeDtoдаUserTypeDto
loginstringдаstring
passwordstringдаstring
localstring | nullнетstring?
permissionsIdsnumber[]даList<int>
notificationEnabledbooleanдаbool

Пример

json
{
  "firstName": "string",
  "lastName": "string",
  "email": "user@example.com",
  "position": "<UserPositionDto>",
  "userType": "<UserTypeDto>",
  "login": "string",
  "password": "string",
  "local": "string",
  "permissionsIds": [],
  "notificationEnabled": false
}