LoginUserId Property


The user id of the user currently logged in. The user id will be empty if the user is not logged in.

Namespace: Autodesk.Revit.ApplicationServices
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2016

Syntax

C#
public string LoginUserId { get; }
Visual Basic
Public ReadOnly Property LoginUserId As String
	Get
Visual C++
public:
property String^ LoginUserId {
	String^ get ();
}

Remarks

The internal id of Autodesk ID that the current user has logged in to A360. This user id is in human unrecognizable form. In conjunction with the Store Entitlement REST API, a publisher of Autodesk Exchange Store app can verify if the current user has purchased their app from the store. For more information about Store Entitlement API, please refer to www.autodesk.com/developapps.

See Also