1
Demonstrate the capabilities of Power Apps
easy
You are reviewing a Power Automate flow that uses an Office 365 Users connector. The exhibit shows a JSON definition of an action. What does this action do?
Exhibit
Refer to the exhibit.
```json
{
"name": "GetUserProfile",
"type": "OpenApiConnection",
"inputs": {
"host": {
"connectionName": "shared_office365users",
"operationId": "GetUserProfile"
},
"parameters": {
"User": "@{triggerOutputs()?['body/owner']}"
}
}
}
```