Click or drag to resize

IAtomiaBillingApiListLogins Method

Gets the logins for the account specified with id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
IList<string> ListLogins(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The account id.

Return Value

Type: IListString
Logins of passed account.
See Also