EditUserInput
Parameter | Type | Mandatory/Optional | Comments |
---|---|---|---|
UserName | string | Mandatory | The User name of the user being edited (Maximum 50 characters) |
FirstName | string | Mandatory | The First Name of the user being edited (Maximum 50 characters) |
LastName | string | Mandatory | The Last Name of the user being edited (Maximum 50 characters) |
string | Mandatory | The Email of the user being edited (Maximum 50 characters) | |
IsActive | bool | Mandatory | The Status of the user being edited . true if the user is should be activated |
Telephone Number | string | optional | The Telephone Number of the user being edited . |
UserRole | int | optional | The Role of the user being edited . Defaults to 3 (normal user) |
Profession | int | optional | The Profession of the user being edited . Defaults to -1 (Not specified) |
Specializations | string | optional | The Specializations of the user being edited (Maximum 250 characters) |
isAuthorizedtoUseFinnt | bool | optional | Is the new user authorized to use finnit Api. Defaults to false |