External DocumentationTo learn more, visit the Rapid7 documentation.
Actions
Create User
Creates a new user.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
| Parameter | Description |
|---|---|
| Password Reset On Login | Whether to require a reset of the user’s password upon first login. Defaults to false. |
{
"id": 1,
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
]
}
Was this page helpful?