IAccessControlService GetTenantAccessPrivileges Method ( String ) CelloSaaS API Documentation
Gets the tenant access privileges for the logged in user

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

Dictionary<string, Dictionary<string, TenantDetails>> GetTenantAccessPrivileges(
	string[] privileges
)

Parameters

privileges
Type:  System String 
The privileges.

Return Value

Type: Dictionary String, Dictionary String, TenantDetails  
Privileges, Dictionary of TenantDetails
See Also