Click or drag to resize

IAtomiaBillingApiResellerGetExtraUsernameAccounts Method

Lists all logins for the username where the IsOwnAccount is set to false.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
List<Guid> ResellerGetExtraUsernameAccounts(
	string username,
	string resellerRootDomain
)

Parameters

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

Return Value

Type: ListGuid
A list of account ids that the username has access to.
See Also