Create Protect Profile

Creates an empty profile for collating investigations.

SecuritybearerToken
Request
Request Body schema: application/json
required
name
required
string

Assign a unique name to the profile for ease of identification.

Responses
201
400

Bad Request

401

Invalid Token

403

Access Forbidden

post/protect/profiles
Request samples
application/json
{
  • "name": "string"
}
Response samples
application/json
{
  • "id": "string",
  • "userId": 0,
  • "customerId": 0,
  • "name": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "modifiedAt": "2019-08-24T14:15:22Z"
}