1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
.TH "CVE USER CREATE" "1" "2024-12-06" "1.7.1" "cve user create Manual"
.SH NAME
cve\-user\-create \- Create a user in your organization.
.SH SYNOPSIS
.B cve user create
[OPTIONS]
.SH DESCRIPTION
Create a user in your organization.
.PP
This action is restricted to users with the ADMIN role.
.PP
Note: Once a user is created, they cannot be removed, only marked as inactive. Only create
users when you really need them.
.PP
.SH OPTIONS
.TP
\fB\-u,\fP \-\-username TEXT
Set username. [required]
.TP
\fB\-\-name\-first\fP TEXT
Set first name.
.TP
\fB\-\-name\-last\fP TEXT
Set last name.
.TP
\fB\-\-role\fP [ADMIN]
Set role.
.TP
\fB\-\-raw\fP
Print response JSON.
|