From ee38d75a7f930e1ace5d5eb4f5fa4dfd02f4b8f5 Mon Sep 17 00:00:00 2001 From: Sagun Karki Date: Tue, 3 Mar 2026 10:34:53 +0100 Subject: [PATCH] Improve getTreeChilds SOAP documentation for clarity --- .../classes/class.ilNusoapUserAdministrationAdapter.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/ILIAS/soap/classes/class.ilNusoapUserAdministrationAdapter.php b/components/ILIAS/soap/classes/class.ilNusoapUserAdministrationAdapter.php index b0798afaeed1..f0b976f40fbd 100755 --- a/components/ILIAS/soap/classes/class.ilNusoapUserAdministrationAdapter.php +++ b/components/ILIAS/soap/classes/class.ilNusoapUserAdministrationAdapter.php @@ -425,8 +425,10 @@ private function registerMethods(): void SERVICE_NAMESPACE . '#getTreeChilds', SERVICE_STYLE, SERVICE_USE, - 'ILIAS getTreeChilds(): Get all child objects of a given object.' . - 'Choose array of types to filter the output. Choose empty type array to receive all object types' + 'ILIAS getTreeChilds(): Get all child objects of a given object. ' . + 'Choose array of types to filter the output. Choose empty type array to receive all object types. ' . + 'Results are filtered based on the read permissions of the given user_id. In case of an invalid user id, an empty result is returned without error. ' . + 'Retrieve your user id first via the getUserIdBySid method and then pass it along with the parameter.' ); $this->server->register(