IRoleService GetGlobalRolesByTenant Method CelloSaaS API Documentation
Gets the global roles created by tenant.

Namespace: CelloSaaS.ServiceContracts.AccessControlManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

List<Role> GetGlobalRolesByTenant(
	string tenantId
)

Parameters

tenantId
Type: System String
The tenant id.

Return Value

Type: List Role 
List of roles
Exceptions

ExceptionCondition
System ArgumentNullExceptionIf tenant id is null or empty
See Also