Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Latest commit

 

History

History
60 lines (39 loc) · 1.98 KB

File metadata and controls

60 lines (39 loc) · 1.98 KB

EZmaxApiDefinitionFull.ModuleUserApi

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

userCreateEzsignuserV1

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

Example

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);
  }
});

Parameters

Name Type Description Notes
UserCreateEzsignuserV1Request [UserCreateEzsignuserV1Request]

Return type

UserCreateEzsignuserV1Response

Authorization

Authorization

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json