-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Teams - API
-
None
-
1
User Problem
The User's API isn't case sensitive and the Teams API is it, as detailed in this example:
Does not return the search since the team's name is DevOps:
https://api.opsgenie.com/v2/teams/devops?identifierType=name
Does return the result:
https://api.opsgenie.com/v2/teams/DevOps?identifierType=name
Suggested Solutions
Disable the case sensitivity for the Team search.
Current Workarounds
None. A workaround will be added when available.