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