Click or drag to resize

IAtomiaBillingApiDenyUser Method

Denies the user to access operation operationName.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void DenyUser(
	string username,
	string operationName,
	Guid accountId
)

Parameters

username
Type: SystemString
The username.
operationName
Type: SystemString
Name of the operation.
accountId
Type: SystemGuid
The account id.
See Also