Skip to main content
POST
Create Profile Group

Authorizations

x-api-key
string
header
required

The Minerva API key used for this integration. Manage API keys in the Minerva dashboard under Administration > Developers.

Body

application/json

Profile group creation request

name
string
required

Customer-facing profile group label.

Example:

"High Risk"

priority
integer
required

Non-negative priority used to resolve profiles assigned to multiple groups. Active groups in the same workspace must use unique priorities.

Required range: x >= 0
Example:

100

description
string

Optional description of the population this group represents.

Example:

"Enhanced diligence customers requiring the most frequent monitoring."

monitoringFeedFrequencies
object

Optional monitoring cadence overrides for profiles assigned to this group. Omitted feed keys inherit the workspace-level cadence.

Example:

Response

201 - application/json

Profile group created successfully

message
string
Example:

"Profile Group Retrieved Successfully"

result
object