Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Information

...

NameSourceMandatoryTypeSpecial FormatDescription
usernameBodyYESStringalphanumeric with _ , - characters only
passwordBodyYESStringN/A
firstNameBodyYESStringN/A
lastNameBodyYESStringN/A
emailBodyYESStringN/A


Output

...

Valid Response

...

Code Block
languagejs
titleJoin API response
{
	"result": true,
	"data": {
		"id": "57c6eb28962f94a7caab8a23",
		"token": "819b0aed-edd8-47d5-ada0-9e5f93cb8248"
	}
}