Adding COTG Repository User Programmatically In wordpress

Hi all.

Currently I have a project that requires us to add COTG enabled users into a Wordpress COTG repository automatically when the user registers on a web page.

Is there a Wordpress API endpoint that i can post to do this? OR is there a PHP function i can call to create such a user? The source code for the COTG server wordpress plugin is encrypted, so it is difficult to know what is possible.

Any help would be appreciated.

Hi Wallj,

User registration is not handled by the respective plugin. To let visitors sign up via the front end you could use a third party plugin like: https://thememylogin.com

Erik