Recent Changes - Search:

edit SideBar'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||'

cc.user.add

Create a new user.

Authentication

This method does not require authentication.

Notice: This method requires an HTTP POST request.

Arguments

api_key (special) (Required)

Your special API key. See here for more details.

email (Required)

The email of the new user.

password (Optional)

The password of the new user. Will be generated by default.

username (Optional)

The username of the new user. By default 'CoboCards-User'.

language (Optional)

The language of the new user. By default 'en'.
Valid values: {en, de}.

Example Response

<nsid>123a4b5</nsid>

Notice: This method will send an confirmation email to the registered email address.

Error Codes

2: User already exists

This email already exists.

42: Email is empty or invalid

The passed email is empty or has an invalid format.

100: Invalid API Key

The API key passed was not valid / not a special API key.

110: Format "xxx" not found

The requested response format was not found.

120: Method "xxx" not found

The requested method was not found.

130: HTTPS required

The API Key passed requires HTTPS.
Edit - History - Print - Recent Changes - Search
Page last modified on February 05, 2020, at 07:52 AM