Create User
Creates a new user.
External Documentation
To learn more, visit the Rapid7 documentation.
Basic Parameters
Parameter | Description |
---|---|
Disable SSL Enforcement | Enable 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. |
The email address of the user. | |
Login Name | The login name of the user. |
Name | The full name of the user. |
Password | The password to use for the user. |
Role ID | The identifier of the role the user is assigned to. |
Advanced Parameters
Parameter | Description |
---|---|
Password Reset On Login | Whether 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
Preview this Workflow on desktop