MATESO Password Safe API
MATESO Password Safe 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: 8.13.13.27522 (14.03.2022)
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