post: summary: Create an identity proofing action operationId: createIdentityProofingAction description: Create an identity proofing action. The following supporting objects will need to be created after this action is created (which are tied together via workflow_action_id) - identity_proofing_action_configuration, identity_proofing_action_mappings. These supporting objects must be created for this action to be complete (APIs for these supporting objects not yet implemented, use UI). tags: - workflow actions requestBody: $ref: "../../requestBodies/POST/WorkflowActions/IdentityProofingAction.yaml" responses: '200': $ref: "../../responses/WorkflowAction.yaml" '400': $ref: "../../responses/400.yaml" '500': $ref: "../../responses/500.yaml"