Skip to content

Commit

Permalink
Add documentation on what's returned when an account is created.
Browse files Browse the repository at this point in the history
    Includes information on whether account is awaiting verification.
  • Loading branch information
Misterblue committed Apr 21, 2021
1 parent 6b7ca04 commit 7138965
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/API-Accounts.md
Expand Up @@ -243,6 +243,12 @@ A successful creation, will return:
```
{
"status": "success"
"data": {
"accountId": stringAccountId,
"username": stringUsername,
"accountIsActive": true/false,
"accountAwaitingVerification": true/false
}
}
```

Expand Down

0 comments on commit 7138965

Please sign in to comment.