mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs update: /docs/sources/developers/http_api/user.md (#72430)
updated endpoint authentication
This commit is contained in:
parent
4d7d2d6519
commit
956b865a2e
@ -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**:
|
||||
|
Loading…
Reference in New Issue
Block a user