Microsoft Logic app - Get User department - Stack Overflow

I am trying to get user department and companyname from EntraID using azure logic app.So far, I am try

I am trying to get user department and companyname from EntraID using azure logic app.

So far, I am trying to use the following to get the information.

{
    "type": "object",
    "properties": {
        "@@odata.context": {
            "type": "string"
        },
        "businessPhones": {
            "type": "array"
        },
        "displayName": {
            "type": "string"
        },
        "givenName": {},
        "jobTitle": {},
        "ddepartment": {},
        "companyname": {},
        "mail": {},
        "mobilePhone": {},
        "officeLocation": {},
        "preferredLanguage": {},
        "surname": {},
        "userPrincipalName": {
            "type": "string"
        },
        "id": {
            "type": "string"
        }
    }
}

But it is not retrieving the information from EntraID. I have declared userprincial name so it should get the user name first before getting the details.

Can someone help?

I have tried to even initialize the department and companyname variable. I have not tried anything else because the playbook runs but the information is blank when looking at the run history.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744147476a4560492.html

相关推荐

  • Microsoft Logic app - Get User department - Stack Overflow

    I am trying to get user department and companyname from EntraID using azure logic app.So far, I am try

    9天前
    20

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信