Docs update: /docs/sources/developers/http_api/user.md (#72430)

updated endpoint authentication
This commit is contained in:
tonypowa
2023-08-02 13:26:16 -07:00
committed by GitHub
parent 4d7d2d6519
commit 956b865a2e
+1 -1
View File
@@ -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**: