Is there a way to use the logged user information from the new Web App Server, inside an app? Like the name of the user on the right top corner?

6 ビュー (過去 30 日間)
Here is an image of the information that i am talking about.

回答 (1 件)

Chidvi Modala
Chidvi Modala 2020 年 7 月 8 日
You can make use of the following commands for user information
getenv('UserName')
getenv('UserProfile')
getenv('UserDomain')
  4 件のコメント
Igor Kuklin
Igor Kuklin 2022 年 6 月 30 日
Starting from 22a, you should use UserInfo API from the app.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMATLAB Web App Server についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by