From d37d5b5ee40a56723d7db82b0b214f537c4e1f76 Mon Sep 17 00:00:00 2001 From: netbirddev Date: Thu, 28 Sep 2023 17:23:57 +0000 Subject: [PATCH] Update API pages with v0.23.5 --- src/pages/ipa/resources/users.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/ipa/resources/users.mdx b/src/pages/ipa/resources/users.mdx index cfc1cd8d..e0105f5f 100644 --- a/src/pages/ipa/resources/users.mdx +++ b/src/pages/ipa/resources/users.mdx @@ -816,11 +816,11 @@ echo $response; --- -## Delete a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }} +## Block a User {{ tag: 'DELETE' , label: '/api/users/{userId}' }} - 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. + This method blocks a user from accessing the system, but leaves the IDP user intact. #### Path Parameters