---
title: "Create a free trial account"
method: POST
path: "/api/FreeTrial"
tags: ["Workflows"]
---

# Create a free trial account

`POST /api/FreeTrial`

## Request body

- BusinessObjectBusinessObjectFreeTrailViewModel
  - `Name` string, required
  - `EmailId` string, required
  - `Password` string, required
  - `MicrosoftAccessKey` string
  - `GoogleAccessKey` string

## Response `200`

OK

- EMDMSHelperReturnObjectSystemInt64
  - `IsSuccess` boolean
  - `Messages` string[]
  - `ErrorCode` integer
  - `Response` integer

---

[API](https://skmtc.dev/emsigner/apis/emsignerapi.md) · [All operations](https://skmtc.dev/emsigner/apis/emsignerapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/emsigner/emsignerapi/revisions/7d5d55e0d91d/schema)
