IMultiTenancyServiceGetTenantAdministratorsGroupId Method

Gets the ID of the tenant administrators group for the specified tenant.

Namespace: Dundas.BI.AccountServices.MultiTenancy
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
Guid GetTenantAdministratorsGroupId(
	Guid tenantId
)

Parameters

tenantId  Guid
The ID of the tenant.

Return Value

Guid
The ID of the tenant administrators group for the specified tenant.
Exceptions
ExceptionCondition
ArgumentExceptiontenantId is Empty.
NotFoundExceptionThe tenant with the specified ID does not exist.
FeatureNotEnabledExceptionThe multi-tenancy features of the application are not enabled.
NoPrivilegeExceptionThe caller belongs to a tenant which is different than the specified tenant.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also