Click or drag to resize

UserAdminDTO Properties

OFV Kjøretøydata service

The UserAdminDTO type exposes the following members.

Properties
  NameDescription
Public propertyactive
Active indicated whether user is active (allowed to log in) or not (not allowed to log in) on OFV system.

System only used field at the moment. Can only be changed by user when calling methods for deactivate/reactivate

Public propertycomments
Comments for user to administrate.

System only used field at the moment.

Public propertycreatedDate
Create date for user to administrate.

System only used field at the moment.

Public propertyemail
Email for user to administrate.
Public propertyfirstName
Firstname for user to administrate.
Public propertylastName
Lastname for user to administrate.
Public propertynewPassword
NewPassword for existing user.

NewPassword field is only used when changing password for existing user

Public propertypassword
Password for user to administrate.

Password field is only used when creating new user or change password (old password) for existing user

Public propertysubscription
Subscription for user to administrate.

See SubscriptionAdminDTO for details.

Public propertyuserId
UserId for user to administrate

System only used field at the moment.

Public propertyuserName
UserName for user to administrate

Username MUST be the samme as users email!

Top
See Also