mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-25 11:56:36 +00:00
Link Networks API (#265)
* update side menu to link networks * change heading
This commit is contained in:
@@ -8,7 +8,7 @@ export const title = 'Users'
|
||||
<Col>
|
||||
Returns a list of all users
|
||||
|
||||
#### Query Parameters
|
||||
### Query Parameters
|
||||
<Properties>
|
||||
|
||||
<Property name="service_user" type="boolean" required={false}>
|
||||
@@ -226,7 +226,7 @@ echo $response;
|
||||
<Col>
|
||||
Creates a new service user or sends an invite to a regular user
|
||||
|
||||
#### Request-Body Parameters
|
||||
### Request-Body Parameters
|
||||
|
||||
<Properties><Property name="email" type="string" required={false}>
|
||||
|
||||
@@ -532,7 +532,7 @@ echo $response;
|
||||
<Col>
|
||||
Update information about a User
|
||||
|
||||
#### Path Parameters
|
||||
### Path Parameters
|
||||
<Properties>
|
||||
|
||||
<Property name="userId" type="string" required={true}>
|
||||
@@ -540,7 +540,7 @@ echo $response;
|
||||
</Property>
|
||||
</Properties>
|
||||
|
||||
#### Request-Body Parameters
|
||||
### Request-Body Parameters
|
||||
|
||||
<Properties><Property name="role" type="string" required={true}>
|
||||
|
||||
@@ -822,7 +822,7 @@ echo $response;
|
||||
<Col>
|
||||
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
|
||||
### Path Parameters
|
||||
<Properties>
|
||||
|
||||
<Property name="userId" type="string" required={true}>
|
||||
@@ -986,7 +986,7 @@ echo $response;
|
||||
<Col>
|
||||
Resend user invitation
|
||||
|
||||
#### Path Parameters
|
||||
### Path Parameters
|
||||
<Properties>
|
||||
|
||||
<Property name="userId" type="string" required={true}>
|
||||
|
||||
Reference in New Issue
Block a user