From b1a3815ee2f749387e945b0bb3c8ee6aa72bbb50 Mon Sep 17 00:00:00 2001 From: Ilya <86963582+ILYAGVC@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:00:33 +0330 Subject: [PATCH 1/3] get_account_by_email Deprecated --- docs/account/endpoints/get_account_by_email.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/account/endpoints/get_account_by_email.md b/docs/account/endpoints/get_account_by_email.md index e2a5ac9..2bb366f 100644 --- a/docs/account/endpoints/get_account_by_email.md +++ b/docs/account/endpoints/get_account_by_email.md @@ -1,6 +1,7 @@ -# Get Account by Email +# Get Account by Email (Deprecated) Get information about an account by Email lookup. Returns account ID, display name, links and external auths. Returns sensitive information if you are the owner of the account (like email address, full name, phone number, etc..). +* This method doesn't work anymore * ## Request | URL | Method | @@ -8,4 +9,4 @@ Returns sensitive information if you are the owner of the account (like email ad | https://account-public-service-prod.ol.epicgames.com/account/api/public/account/email/{email} | `GET` | ## Parameters -- `email`: target account email \ No newline at end of file +- `email`: target account email From c5fa16817736c3a6ac7bd08d84619e16de4e1ffc Mon Sep 17 00:00:00 2001 From: Ilya <86963582+ILYAGVC@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:01:01 +0330 Subject: [PATCH 2/3] Update get_account_by_email.md --- docs/account/endpoints/get_account_by_email.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/account/endpoints/get_account_by_email.md b/docs/account/endpoints/get_account_by_email.md index 2bb366f..f882861 100644 --- a/docs/account/endpoints/get_account_by_email.md +++ b/docs/account/endpoints/get_account_by_email.md @@ -1,7 +1,7 @@ # Get Account by Email (Deprecated) Get information about an account by Email lookup. Returns account ID, display name, links and external auths. Returns sensitive information if you are the owner of the account (like email address, full name, phone number, etc..). -* This method doesn't work anymore * +* This method doesn't work anymore ## Request | URL | Method | From 9667ef1605fc1283e785de4f36f31d05a72d9f63 Mon Sep 17 00:00:00 2001 From: Ilya <86963582+ILYAGVC@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:03:50 +0330 Subject: [PATCH 3/3] Update get_account_by_email.md --- docs/account/endpoints/get_account_by_email.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/account/endpoints/get_account_by_email.md b/docs/account/endpoints/get_account_by_email.md index f882861..147e4b5 100644 --- a/docs/account/endpoints/get_account_by_email.md +++ b/docs/account/endpoints/get_account_by_email.md @@ -1,7 +1,7 @@ # Get Account by Email (Deprecated) Get information about an account by Email lookup. Returns account ID, display name, links and external auths. Returns sensitive information if you are the owner of the account (like email address, full name, phone number, etc..). -* This method doesn't work anymore +* This operation has been deleted. ## Request | URL | Method |