diff --git a/src/pages/ipa/resources/events.mdx b/src/pages/ipa/resources/events.mdx index d2ae0cd3..4a489ef2 100644 --- a/src/pages/ipa/resources/events.mdx +++ b/src/pages/ipa/resources/events.mdx @@ -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" } diff --git a/src/pages/ipa/resources/users.mdx b/src/pages/ipa/resources/users.mdx index e0105f5f..cfc1cd8d 100644 --- a/src/pages/ipa/resources/users.mdx +++ b/src/pages/ipa/resources/users.mdx @@ -816,11 +816,11 @@ echo $response; --- -## Block a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }} +## Delete a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }} - 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