Expose Team Identifier in the /teams API Endpoint
T
Tom Martens
Port auto-generates team identifiers from display names using a snake_case transformation.
However, the /teams API endpoint currently uses the team name/title as its path parameter and does not return the team identifier in its response.
At the same time, the $team meta property on the Entity API requires the team identifier, not the name.
There is no straightforward API method to retrieve the corresponding Port-team-generated identifier, forcing reverse-engineering to generate the wanted identifier.