IUserDetailsService GetUserNameForAudit Method CelloSaaS API Documentation
Get the username for the given userIds for audit display purposes

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

Dictionary<string, string> GetUserNameForAudit(
	string[] userIds
)

Parameters

userIds
Type:  System String 
a array of userIds

Return Value

Type: Dictionary String, String 
See Also