From 956b865a2ecb134aff55f1a8dda45655470201df Mon Sep 17 00:00:00 2001 From: tonypowa <45235678+tonypowa@users.noreply.github.com> Date: Wed, 2 Aug 2023 22:26:16 +0200 Subject: [PATCH] Docs update: /docs/sources/developers/http_api/user.md (#72430) updated endpoint authentication --- docs/sources/developers/http_api/user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/developers/http_api/user.md b/docs/sources/developers/http_api/user.md index 75de84a38cb..0d449c043a0 100644 --- a/docs/sources/developers/http_api/user.md +++ b/docs/sources/developers/http_api/user.md @@ -206,7 +206,7 @@ See note in the [introduction]({{< ref "#user-api" >}}) for an explanation. GET /api/users/lookup?loginOrEmail=user@mygraf.com HTTP/1.1 Accept: application/json Content-Type: application/json -Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk +Authorization: Basic YWRtaW46YWRtaW4= ``` **Example Request using the username as option**: