IGroupServiceGetGroupMembershipForAccount Method |
Namespace: Dundas.BI.AccountServices
IDictionary<Guid, bool> GetGroupMembershipForAccount( Guid accountId, bool includeInherited )
Exception | Condition |
---|---|
ArgumentException | accountId 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. |