docs icon indicating copy to clipboard operation
docs copied to clipboard

Unable to Fetch Team Members for Teams with Spaces in Slug

Open VaibhavMishra173 opened this issue 9 months ago • 0 comments

I am trying to fetch the list of team members for a specific team using the GraphQL API. The query works fine for teams without spaces in their names (e.g., qa with slug qa), but it fails for teams with spaces in their names (e.g., Dev Team with slug dev-team). Every time I try to fetch members for such teams, I receive an empty list.

Here is the api document url - https://buildkite.com/docs/apis/graphql/cookbooks/teams#get-members-from-a-specific-team.

VaibhavMishra173 avatar Feb 24 '25 10:02 VaibhavMishra173