Click or drag to resize

LicensingClientListUsersByCustomerId Method

Lists User records with a specified parent Customer Id. NOTE: In the RCS implementation this methods converts the customer Id to a Name and lists users with that customer name in the array values.

Namespace: RCS.Licensing.Stdlib
Assembly: RCS.Licensing.Stdlib (in RCS.Licensing.Stdlib.dll) Version: 8.0.0+6a10b18a78f605fc5a365a56d079277e103ee6d9
Syntax
C#
public Task<User[]> ListUsersByCustomerId(
	string customerId
)

Parameters

customerId  String

[Missing <param name="customerId"/> documentation for "M:RCS.Licensing.Stdlib.LicensingClient.ListUsersByCustomerId(System.String)"]

Return Value

TaskUser

[Missing <returns> documentation for "M:RCS.Licensing.Stdlib.LicensingClient.ListUsersByCustomerId(System.String)"]

See Also