AccountDataIsApiAccount Property

Gets or sets a value indicating whether the account is an "API account".

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "isApiAccount", EmitDefaultValue = false)]
public bool IsApiAccount { get; set; }

Property Value

Type: Boolean
Remarks

Sessions for API accounts will not consume a license, however API accounts are restricted from using the user interface and performing data retrieval calls.

Note: The built-in administrator account, group accounts, and external accounts cannot be API accounts.

See Also