I am struggling to find the correct syntax to type my users into the MS Teams Create a Chat object in the "Members to Add" field. I have tried their regular email address (as it looks when we use in outlook), have tried typing it using this syntax "user@odata.bind": "https://graph.microsoft.com/v1.0/users('2b662e34-xxxx-xxxx-xxxx-8fcf281f717f')", have tried using this in expression
createArray(
json(
concat(
'{ "user@odata.bind": "https://graph.microsoft.com/v1.0/users(''',
'2b662e34-xxxx-xxxx-xxxx-8fcf281f717f',
''')" }'
)
)
)
Nothing seems to work. I keep getting the same error "Action 'Create_a_chat' failed: 'user@odata.bind' field is missing in the request." which causes my flow to fail. I am exasperated at this point. Any help would be greatly appreciated.