General Information
...
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
uId | Query | YES | String | N/A | User ID |
Body | YES | String | N/A | New Email |
...
Code Block | ||||
---|---|---|---|---|
| ||||
> CURL -X POST http://127.0.0.1:4000/urac/account/changeEmail?uId=571a2a0e8cc861b98a0b9467 -d 'email=newemail@domain.com' |
Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": "919b0aed-edd8-47d5-ada0-9e5f93cb8249" } |