mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #12288 from mlclmj/master
docs: HTTP Endpoint for Deleting an Organization
This commit is contained in:
@@ -331,6 +331,27 @@ Content-Type: application/json
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Update Users in Organisation
|
||||||
|
|
||||||
|
`PATCH /api/orgs/:orgId/users/:userId`
|
||||||
|
|
||||||
|
**Example Request**:
|
||||||
|
|
||||||
|
```http
|
||||||
|
PATCH /api/orgs/1/users/2 HTTP/1.1
|
||||||
|
Accept: application/json
|
||||||
|
Content-Type: application/json
|
||||||
|
Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
**Example Response**:
|
||||||
|
|
||||||
|
```http
|
||||||
|
HTTP/1.1 200
|
||||||
|
Content-Type: application/json
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## Delete User in Organisation
|
## Delete User in Organisation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user