Add a USER
POST https://{{crosswork_ip}}:30603/crosswork/aaa/v1/user
Use this API Call to add a user and assign it to specific role on Crosswork.
Request Body
{"abcdefgh"=>{"Username"=>"abcdefgh", "Password"=>"Crosswork1234$", "PolicyId"=>"admin_testing", "FirstName"=>"Crosswork", "LastName"=>"User"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |