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 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "isApiAccount", EmitDefaultValue = false)]
public bool IsApiAccount { get; set; }<DataMemberAttribute(Name := "isApiAccount", EmitDefaultValue := false)>
Public Property IsApiAccount As Boolean
	Get
	Set
public:
[DataMemberAttribute(Name = L"isApiAccount", EmitDefaultValue = false)]
property bool IsApiAccount {
	bool get ();
	void set (bool value);
}[<DataMemberAttribute(Name = "isApiAccount", EmitDefaultValue = false)>]
member IsApiAccount : bool with 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