Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.53 KB

ExternalUserData.md

File metadata and controls

20 lines (17 loc) · 1.53 KB

ExternalUserData

Properties

Name Type Description Notes
Name string external user name REQUIRED:addExternalUser HIDDEN
Email string user email REQUIRED:addExternalUser HIDDEN
Company string user's company REQUIRED:addExternalUser HIDDEN
Password string user password HIDDEN:updateExternalUser [optional] [default to null]
Description string user description HIDDEN [optional] [default to null]
PhoneNumber string external user phone number HIDDEN [optional] [default to null]
SshKey string SSH key string HIDDEN [optional] [default to null]
As2Key *As2KeyData [optional] [default to null]
IsLocked bool indicates whether the user account is locked HIDDEN [optional] [default to null]
LockReason string provides the reason for locking the user account HIDDEN [optional] [default to null]
ChangePasswordAtNextLogin bool indicates whether a password change is required at next login HIDDEN [optional] [default to null]
PasswordNeverExpires bool indicates whether the user's password is set to never expire HIDDEN [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]