---
title: "Delegate Workflow signing from existing user to another user by admin."
method: POST
path: "/api/DelegateWorkflowbyAdmin"
tags: ["Workflows"]
---

# Delegate Workflow signing from existing user to another user by admin.

`POST /api/DelegateWorkflowbyAdmin`

## Headers

- `Authorization` string, required
- `UserName` string

## Request body

- EmsignerAPIBusinessObjectDelegateWorkflow
  - `ReferenceNo` string — ReferenceNo of the document which you want to delegate(fetched using GetAllDocuments)
  - `WorkflowId` integer — WorkflowId of the document which you want to delegate-(fetched using GetAllDocuments)
  - `EmailId` string, required — EmailId of the user delegated user
  - `Name` string, required — Name of the user
  - `Reason` string, required — Delegation reason

## Response `200`

OK

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

---

[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)
