IRoleService UpdateRole Method (String, String,  String ) CelloSaaS API Documentation
Updated the given role with service ids

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

string UpdateRole(
	string roleIdentifier,
	string roleDescription,
	string[] serviceIds
)

Parameters

roleIdentifier
Type: System String
Role ID(Mandatory)
roleDescription
Type: System String
The role description.
serviceIds
Type:  System String 
The service ids.

Return Value

Type: String
Updated Role ID
Exceptions

See Also