admin管理员组文章数量:1397074
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.
本文标签: Microsoft Logic appGet User departmentStack Overflow
版权声明:本文标题:Microsoft Logic app - Get User department - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744147476a2592906.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论