Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 866 Bytes

File metadata and controls

16 lines (12 loc) · 866 Bytes

ApiCreateUser

Properties

Name Type Description Notes
user_id str The userid which is required for login. This value cannot be changed. [optional]
first_name str The first name of the user. [optional]
last_name str The last name of the user. [optional]
email_address str The email address associated with the user. [optional]
password str The password for the new user. [optional]
status str The user's status, e.g. active or disabled.
roles list[str] The roles which the user has been assigned within Nexus. [optional]

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