UserPropertiesPost

Properties

NameTypeDescriptionNotes

firstname

string

first name of the user

[optional] [default to undefined]

lastname

string

last name of the user

[optional] [default to undefined]

email

string

email address of the user

[optional] [default to undefined]

administrator

boolean

indicates if the user has admin rights or not

[optional] [default to undefined]

forceSecAuth

boolean

indicates if secure authentication should be forced on the user or not

[optional] [default to undefined]

secAuthActive

boolean

indicates if secure authentication is active for the user or not

[optional] [default to undefined]

password

string

User password

[optional] [default to undefined]

active

boolean

indicates if the user is active

[optional] [default to undefined]

Last updated