Click or drag to resize
ICoreApiGetAccount Method
Gets the account with given account id.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
ProvisioningAccount GetAccount(
	string accountId
)

Parameters

accountId
Type: SystemString
Account id.

Return Value

Type: ProvisioningAccount
Instance of the ProvisioningAccount with the given account id.
See Also