Versions Compared

Key

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

General Information

...

NameSourceMandatoryTypeSpecial FormatDescription
uIdQueryYESStringN/AUser ID
emailBodyYESStringN/ANew Email

...

Code Block
languagebash
titleCalling YOUR Change Email API
 > CURL -X POST http://127.0.0.1:4000/urac/account/changeEmail?uId=571a2a0e8cc861b98a0b9467 -d 'email=newemail@domain.com'

Response

Code Block
languagejs
titleYOUR Change Email API response
{
	"result": true,
	"data": "919b0aed-edd8-47d5-ada0-9e5f93cb8249"
}