Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.32 KB

File metadata and controls

20 lines (17 loc) · 1.32 KB

ExternalUserData

Properties

Name Type Description Notes
name str external user name REQUIRED:addExternalUser HIDDEN
email str user email REQUIRED:addExternalUser HIDDEN
company str user's company REQUIRED:addExternalUser HIDDEN
password str user password HIDDEN:updateExternalUser [optional]
description str user description HIDDEN [optional]
phone_number str external user phone number HIDDEN [optional]
ssh_key str SSH key string HIDDEN [optional]
as2_key As2KeyData [optional]
is_locked bool indicates whether the user account is locked HIDDEN [optional]
lock_reason str provides the reason for locking the user account HIDDEN [optional]
change_password_at_next_login bool indicates whether a password change is required at next login HIDDEN [optional]
password_never_expires bool indicates whether the user's password is set to never expire HIDDEN [optional]

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