IPrivilegeServiceGetEffectiveApplicationPrivilegesForAccount Method (Guid, NullableGuid) |
Namespace: Dundas.BI.AccountServices
ICollection<Guid> GetEffectiveApplicationPrivilegesForAccount( Guid accountId, Guid? tenantId )
Exception | Condition |
---|---|
ArgumentException | accountId or tenantId is Empty. |
NotFoundException | The 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. |
InvalidSessionException | The caller context is not associated with a valid session. |