IMultiTenancyServiceGetTenantMembersGroupId Method

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

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

Parameters

tenantId
Type: SystemGuid
The ID of the tenant.

Return Value

Type: Guid
The ID of the tenant members 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