Click or drag to resize
ICustomerAuthorityRoleManagerUnauthorize Method

[This is preliminary documentation and is subject to change.]

Removes the an authorization for an authorized representative to act on behalf of the delegating customer for a specific/all role(s). No exception will be thrown if the role did not exist

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void Unauthorize(
	long delegatingCustomerId,
	long authorizedRepresentativeCustomerId,
	Nullable<long> roleId
)

Parameters

delegatingCustomerId
Type: SystemInt64
The customer id of the customer delegating the authority
authorizedRepresentativeCustomerId
Type: SystemInt64
The customer id of the customer being unauthorized as a representative
roleId
Type: SystemNullableInt64
The role id of the authorization, or null to remove all roles
See Also