Netwrix Password Secure API
Netwrix Password Secure API
PsrApi.Managers
OrganisationUnitManager Class
OrganisationUnitManager Methods
AddOrganisationUnitGroup Method
AddOrganisationUnitUser Method
ChangeCurrentOrganisationUnitUserPassword Method
ChangeOrganisationUnitPassword Method
DeleteOrganisationUnitGroup Method
DeleteOrganisationUnitUser Method
DoesCurrentUserNeedToChangePassword Method
GetGroupInvolvedOrganisationUnit Method
GetOrganisationUnitGroup Method
GetOrganisationUnitImageSource Method
GetOrganisationUnitList Method
GetOrganisationUnitListFilter Method
GetOrganisationUnitStructure Method
GetOrganisationUnitUser Method
GetOrganisationUnitUserList Method
GetUserInvolvedOrganisationUnit Method
HasGroupMasterKeyMode Method
HasUserMasterKeyMode Method
UpdateOrganisationUnitGroup Method
UpdateOrganisationUnitUser Method
OrganisationUnitManager
GetOrganisationUnitList Method
Returns a list of organisation units that match the given filter.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 9.3.0.33526 (08.10.2025)+e4d6269d444890d28afbdf39a4add0d0ad0df4f2
Syntax
C#
Copy
public
Task
<
IEnumerable
<
PsrOrganisationUnit
>>
GetOrganisationUnitList
(
PsrListFilter
listFilter
)
Parameters
listFilter
Type:
PsrApi.Data
PsrListFilter
Return Value
Type:
Task
IEnumerable
PsrOrganisationUnit
See Also
Reference
OrganisationUnitManager Class
PsrApi.Managers Namespace