Register

Create user with username, password and license.

Code Example

KeyAuthApp.register(username, password, email(optional));

The parameters for the register function are "username", "password", and "email(optional)". These are all strings.

Language
Click Try It! to start a request and see the response here!