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
GetOrganisationUnitGroup Method
Returns the organisation unit group matching the given ID.
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
Copy
public
Task
<
PsrOrganisationUnitGroup
>
GetOrganisationUnitGroup
(
Guid
groupId
)
Parameters
groupId
Type:
System
Guid
Return Value
Type:
Task
PsrOrganisationUnitGroup
See Also
Reference
OrganisationUnitManager Class
PsrApi.Managers Namespace