Link Networks API (#265)

* update side menu to link networks

* change heading
This commit is contained in:
Pascal Fischer
2024-12-24 11:12:09 +01:00
committed by GitHub
parent 81001b562c
commit c8683cc7e2
14 changed files with 75 additions and 74 deletions

View File

@@ -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}>