Click or drag to resize

IAtomiaBillingApiGetAllowedOperationsRole Method

Gets the allowed operations for role.

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

Parameters

role
Type: SystemString
The role name.
accountId
Type: SystemGuid
The account id.

Return Value

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