Register

Overview

The Register operation is used to register a user with Wolters Kluwer E-Sign to authorize electronic delivery of documents.

Table 1. Method
Method URL Description
POST /api/v1/Document/account/{accountId}/WKES/register The POST method registers users to authorize electronic delivery of documents.
Table 2. Parameters
Name Type Constraints Description
accountId integer required The account used to associate to the request

Sample Request:

{
  "emailAddress": "sampleuser@bank.com"
}
Table 3. Responses
Code Description
200 Successful response
Example:
{
  "user": "string",
  "status": "string",
  "statusDate": "string",
  "message": "string"
}
400 Bad request
401 Not Authorized
403 Forbidden
500 Server error
Example:
{
  "emailAddress": "dsmagnumpi@wolterskluwer.com"
}
{
    "message": "User dsmagnumpi@wolterskluwer.com not found"
}