v1
latestOpenAPI 3.0.02026-07-17715665.1 KBUserAccounts
Create a UserAccount
post/api/useraccounts
Request body
Example request
{
"accountId": "098098098098098",
"name": "darth#6755",
"avatarId": "098098098087097",
"platform": "DISCORD",
"activateToken": "jkhvuygi643jh35g53",
"user": "63b428f7d9ca4f6ff5370d05"
}Response
Example response
{
"_id": "63b428f7d9ca4f6ff5370d05",
"user": {
"_id": "5f9f1b9b9b9b9b9b9b9b9b9b",
"identityEthAddress": "0xAAB27b150451726EC7738aa1d0A94505c8729bd1",
"rewardsEthAddress": "0xAAB27b150451726EC7738aa1d0A94505c8729bd1",
"username": "darth"
},
"accountId": "098098098098098",
"name": "darth#6755",
"avatarId": "098098098087097",
"platform": "DISCORD",
"activateToken": "jkhvuygi643jh35g53"
}