Generates a new account



In case a user wants to take his own assessment (multiple years) to facilitate the tracking, you can create a sequential ID by using the original ID created for a user and pass a numerical value to indicate which is the subsequent profile.


This option is available ONLY for the 60 and 270 question assesments and the new generated IDs will be assigned the same profile assigned to the main ID.



Parameters



Parameter



Value


action

GENERATESEQUENTIAL

token        

{token generated using GENERATETOKEN}

userLogin

The user ID you want to create a sequential ID for

sequential


a number between 1 to 9

format


JSON / XML




Success Response





USER:{UserID}|PASSWORD:{Password}




JSON





{  
   "USER": "...",

   "PASSWORD": "..."

 






Errors


Code


Description


ERROR201

The value passed for "sequential" parameter is not a value between 1 to 9 or null.

ERROR202

The ID (including the sequential value) is already existing in the database

ERROR203

The original ID does not exist in the database or is not assigned to your company





Created with the Personal Edition of HelpNDoc: Produce online help for Qt applications