mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 15:36:36 +00:00
Update API pages with v0.23.3 (#91)
* Update API pages with v0.23.3 * update user delete api description --------- Co-authored-by: netbirddev <dev@netbird.io>
This commit is contained in:
@@ -168,6 +168,8 @@ echo $response;
|
||||
"activity": "Route created",
|
||||
"activity_code": "route.add",
|
||||
"initiator_id": "google-oauth2|123456789012345678901",
|
||||
"initiator_name": "John Doe",
|
||||
"initiator_email": "demo@netbird.io",
|
||||
"target_id": "chad9d86lnnc59g18ou0",
|
||||
"meta": {
|
||||
"name": "my route",
|
||||
@@ -185,6 +187,8 @@ echo $response;
|
||||
"activity": "string",
|
||||
"activity_code": "string",
|
||||
"initiator_id": "string",
|
||||
"initiator_name": "string",
|
||||
"initiator_email": "string",
|
||||
"target_id": "string",
|
||||
"meta": "object"
|
||||
}
|
||||
|
||||
@@ -816,11 +816,11 @@ echo $response;
|
||||
---
|
||||
|
||||
|
||||
## Block a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }}
|
||||
## Delete a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }}
|
||||
|
||||
<Row>
|
||||
<Col>
|
||||
This method blocks a user from accessing the system, but leaves the IDP user intact.
|
||||
This method removes a user from accessing the system. For this leaves the IDP user intact unless the `--user-delete-from-idp` is passed to management startup.
|
||||
|
||||
#### Path Parameters
|
||||
<Properties>
|
||||
|
||||
Reference in New Issue
Block a user