Endpoint
Description
Creates a new Business Risk Assessment. An initial snapshot is automatically created upon BRA creation.Required Role
- Client Admin
- Assessor
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | BRA name |
description | string | No | Description of the assessment |
legal_entity_id | UUID | Yes | Legal Entity being assessed |
business_unit_id | UUID | No | Business Unit (optional) |
period | string | Yes | Assessment period (e.g., “Q1 2026”) |
assessor | string | Yes | Name of assessor |
start_date | date | No | Assessment start date |
Response
Example Request
Validation Rules
namemust be unique within the enterpriselegal_entity_idmust exist and be accessible to the userbusiness_unit_idmust belong to the specified legal entity- Assessors can only create BRAs for their assigned entities