Skip to main content

Create User

Creates a new user.

External Documentation

To learn more, visit the Rapid7 documentation.

Basic Parameters

ParameterDescription
Disable SSLEnable this option to skip SSL verification of the server's certificate
chain and host name. This may increase security vulnerabilities, but can be useful
for testing or when custom verification is employed.
EmailThe email address of the user.
Login NameThe login name of the user.
NameThe full name of the user.
PasswordThe password to use for the user.
Role IDThe identifier of the role the user is assigned to.

Advanced Parameters

ParameterDescription
Password Reset On LoginWhether to require a reset of the user's password upon first login. Defaults to false.

Example Output

{
"id": 1,
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
]
}

Workflow Library Example

Create User with Rapid7 and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop