Eplan Platform API
Eplan.IdentityClient.Authentification Namespace / IEIdentityClient Interface / GetUserProfileAsJson Method

In This Topic
    GetUserProfileAsJson Method
    In This Topic
    Gets Eplan cloud user profile information in a JSON format.
    Syntax
    Task<string> GetUserProfileAsJson()
    Task<String^>^ GetUserProfileAsJson(); 

    Return Value

    user profile information in a JSON format.
    Remarks
    The returned JSON string contains information such as DisplayName, OrganizationName, Email etc.
    See Also