CreateUser
This method can be used for the following functionality: Create a new user in AttackForge.
Parameters
Headers
POST /api/ss/user HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: closeQuery
{
"first_name": "..."
}Example
Request
Response
Last updated