Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New gateway event: USER_REQUIRED_ACTION_UPDATE #539

Open
kozabrada123 opened this issue Jul 28, 2024 · 5 comments
Open

New gateway event: USER_REQUIRED_ACTION_UPDATE #539

kozabrada123 opened this issue Jul 28, 2024 · 5 comments
Labels
Module: Gateway Type: New gateway event Relating to or adding a new GatewayEvent

Comments

@kozabrada123
Copy link
Member

Recorded event data:

{"required_action":"REQUIRE_VERIFIED_PHONE"}
@kozabrada123 kozabrada123 added Module: Gateway Type: New gateway event Relating to or adding a new GatewayEvent labels Jul 28, 2024
@kozabrada123
Copy link
Member Author

mmmm
screenshot-verification-required

@kozabrada123
Copy link
Member Author

Screenshot 2024-07-28 at 13-36-28 • Discord Friends

@kozabrada123
Copy link
Member Author

kozabrada123 commented Jul 28, 2024

pressing that button seems to send a POST to discord.com/api/v9/users/@me/phone (the change phone number endpoint?)
with the following body:

{"phone":"+93555555555","change_phone_reason":"user_action_required"}

The received response:

{"message": "Please use a valid mobile phone number, not a VoIP or landline number.", "code": 70005}

@kozabrada123
Copy link
Member Author

And being in this state means all of your normal api requests return a 403

@kozabrada123
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: Gateway Type: New gateway event Relating to or adding a new GatewayEvent
Projects
None yet
Development

No branches or pull requests

1 participant