Click or drag to resize

IAtomiaBillingApiGetAllowedOperationsUser Method

Gets the allowed operations for user.

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

Parameters

username
Type: SystemString
The username.
accountId
Type: SystemGuid
The account id.

Return Value

Type: IListString
List of available operations for specified user.
See Also