AccessControlProxy GetTenantAccessPrivileges Method (String,  String ) CelloSaaS API Documentation
Gets the tenant access privileges for the given user

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

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

Parameters

userId
Type: System String
The user id.
privileges
Type:  System String 
The privileges.

Return Value

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