# Create profile set Endpoint: POST /profile-sets Version: 5.1.45 Security: api_key ## Request fields (application/json): - `profileSetName` (string, required) The name of the profile set; it must be unique. Example: "FINDS_ALL_SENSITIVE_DATA" - `profileExpressionIds` (array) Profile sets with profile expressions can no longer be created. - `profileTypeExpressionIds` (array) Profile sets with profile expressions can no longer be created. - `classifierIds` (array) The list of ID numbers that correspond to the profile classifiers that belong in this profile set. Example: [4,8,12,13,27] - `description` (string) A description of the purpose of the profile set. - `assignmentThreshold` (integer) The confidence threshold that must be met or exceeded for the ASDD profiler to make a domain and algorithm assignment. This must be an integer from 1-100. If not specified, the value defaults to the application setting for ASDD called DefaultAssignmentThreshold. ## Response 201 fields (application/json): - `profileSetId` (integer) The ID number of the profile set. This field is auto-generated by the Masking Engine. - `profileSetName` (string, required) The name of the profile set; it must be unique. Example: "FINDS_ALL_SENSITIVE_DATA" - `profileExpressionIds` (array) Profile sets with profile expressions can no longer be created. - `profileTypeExpressionIds` (array) Profile sets with profile expressions can no longer be created. - `classifierIds` (array) The list of ID numbers that correspond to the profile classifiers that belong in this profile set. Example: [4,8,12,13,27] - `createdBy` (string) The user that created the profile set. This field is auto-generated by the Masking Engine. - `createdTime` (string) The time when the profile set was created. This field is auto-generated by the Masking Engine. - `description` (string) A description of the purpose of the profile set. - `assignmentThreshold` (integer) The confidence threshold that must be met or exceeded for the ASDD profiler to make a domain and algorithm assignment. This must be an integer from 1-100. If not specified, the value defaults to the application setting for ASDD called DefaultAssignmentThreshold. ## Response 400 fields ## Response 403 fields ## Response 404 fields ## Response 409 fields