Skip to content

Commit cf261fd

Browse files
committed
Review edit
Add "Tip" for being able to recover an account that's lost its auth token due to data loss or error.
1 parent 239eacc commit cf261fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

discord/developers/docs/discord-social-sdk/development-guides/using-provisional-accounts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,10 @@ def unmerge_provisional_account(external_user_id):
518518
r.raise_for_status()
519519
```
520520

521+
<Tip>
522+
This endpoint can also be useful in cases where the Discord Auth token has been lost to to error or data loss, and an unmerge operation is required to migrate to a provisional account before re-linking a Discord account.
523+
</Tip>
524+
521525
### Unmerging Provisional Accounts for Public Clients
522526

523527
<PublicClient />

0 commit comments

Comments
 (0)