RegisterReply
emailstring
The email address of the user
Example:
jsnow@example.comerrorstring
The error message if the request was unsuccessful
error_codestring
The error code if the request was unsuccessful
messagestring
successboolean
Whether or not the request was successful or not
unverifiedboolean
user_idstring
The ID of the user that was created
Example:
01J4EXD5MM60CX4YNYN0DEE3Y1RegisterReply
{
"email": "jsnow@example.com",
"error": "string",
"error_code": "string",
"message": "string",
"success": true,
"unverified": true,
"user_id": "01J4EXD5MM60CX4YNYN0DEE3Y1"
}