IRoleService GetRolesByServiceIds Method CelloSaaS API Documentation
Get all roles for the given serviceIds

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

Dictionary<string, Role> GetRolesByServiceIds(
	string[] serviceIds
)

Parameters

serviceIds
Type:  System String 
Service Ids

Return Value

Type: Dictionary String, Role 
List of role details
See Also