Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.47 KB

ModuleUserAPI.md

File metadata and controls

40 lines (26 loc) · 1.47 KB

ModuleUserAPI

All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest

Method HTTP request Description
ModuleUserAPI_userCreateEzsignuserV1 POST /1/module/user/createezsignuser Create a new User of type Ezsignuser

ModuleUserAPI_userCreateEzsignuserV1

// 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
//
user_create_ezsignuser_v1_response_t* ModuleUserAPI_userCreateEzsignuserV1(apiClient_t *apiClient, list_t *user_create_ezsignuser_v1_request);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration
user_create_ezsignuser_v1_request list_t *

Return type

user_create_ezsignuser_v1_response_t *

Authorization

Authorization

HTTP request headers

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

[Back to top] [Back to API list] [Back to Model list] [Back to README]