Click or drag to resize

IAtomiaBillingApiResellerGetAccountForUser Method

Gets the account for user.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Account ResellerGetAccountForUser(
	string email,
	string resellerRootDomain
)

Parameters

email
Type: SystemString
The email.
resellerRootDomain
Type: SystemString
The reseller root domain.

Return Value

Type: Account
Account of provided user login.
See Also