Click or drag to resize

OrganisationUnitManagerGetOrganisationUnitGroup 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#
public Task<PsrOrganisationUnitGroup> GetOrganisationUnitGroup(
	Guid groupId
)

Parameters

groupId
Type: SystemGuid

Return Value

Type: TaskPsrOrganisationUnitGroup
See Also