I am trying to create a tag in a team...
- user exists in the team,
- flow user is owner of the team but members are allowed to maintain the tags as well
- Id is from office365 step (id), but also tried upn
- can be with semicolon at the end or without, doesn't matter

outcome:
body:
{
"error": {
"code": "Conflict",
"message": "UnknownError",
"innerError": {
"date": "2024-05-06T09:34:47",
"request-id": "9d38093c-xxxx-xxxx-xxxx-2e0dexxx56b1",
"client-request-id": "9d38093c-xxxx-xxxx-xxxx-2e0dexxx56b1"
}
}
}
headers:
{
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"Strict-Transport-Security": "max-age=31536000",
"request-id": "9d38xxxx-xxxx-xxxx-xxxx-xxxx42356b1",
"client-request-id": "9d38xxxx-xxxx-xxxx-xxxx-xxxxe42356b1",
"x-ms-ags-diagnostic": "{\"ServerInfo\":{\"DataCenter\":\"West Europe\",\"Slice\":\"E\",\"Ring\":\"5\",\"ScaleUnit\":\"008\",\"RoleInstance\":\"AM2PEPF0001F04D\"}}",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "false",
"Date": "Mon, 06 May 2024 09:34:46 GMT",
"Content-Type": "application/json",
"Content-Length": "274"
}