Click or drag to resize
ICustomerAuthorityRoleManagerAuthorize Method

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

Create an authorization for the authorized representative to act on behalf of the delegating customer as a specific role. If the specific role already exists it will not be added again

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void Authorize(
	long delegatingCustomerId,
	long authorizedRepresentativeCustomerId,
	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 authorized as a representative
roleId
Type: SystemInt64
The role of the authorization
See Also