All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
| Method | HTTP request | Description |
|---|---|---|
| userCreateEzsignuserV1 | POST /1/module/user/createezsignuser | Create a new User of type Ezsignuser |
UserCreateEzsignuserV1Response userCreateEzsignuserV1(UserCreateEzsignuserV1Request)
Create a new User of type Ezsignuser
The endpoint allows to initiate the creation or a user of type Ezsignuser. The user will be created only once the email verification process will be completed
import EZmaxApiDefinitionFull from 'e_zmax_api_definition__full';
let defaultClient = EZmaxApiDefinitionFull.ApiClient.instance;
// Configure API key authorization: Authorization
let Authorization = defaultClient.authentications['Authorization'];
Authorization.apiKey = 'YOUR API KEY';
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Authorization.apiKeyPrefix = 'Token';
let apiInstance = new EZmaxApiDefinitionFull.ModuleUserApi();
let UserCreateEzsignuserV1Request = [new EZmaxApiDefinitionFull.UserCreateEzsignuserV1Request()]; // [UserCreateEzsignuserV1Request] |
apiInstance.userCreateEzsignuserV1(UserCreateEzsignuserV1Request, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});| Name | Type | Description | Notes |
|---|---|---|---|
| UserCreateEzsignuserV1Request | [UserCreateEzsignuserV1Request] |
UserCreateEzsignuserV1Response
- Content-Type: application/json
- Accept: application/json