mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 16:36:35 +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:
@@ -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