IPrivilegeServiceGetApplicationPrivilegesForAccount Method

Retrieve assigned application privileges of an account including inherited privileges.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
ICollection<PrivilegeAssignment> GetApplicationPrivilegesForAccount(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
ID of the account.

Return Value

Type: ICollectionPrivilegeAssignment
Collection of application privilege assignment of the account.
Exceptions
ExceptionCondition
ArgumentExceptionaccountId is Empty.
NotFoundExceptionThe account with the specified ID does not exist.
NoPrivilegeException

The caller does not have system administration privileges.

-or-

The account is associated with a tenant, and the caller does not have administration privileges for that tenant.

InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also