docs
docs copied to clipboard
Unable to Fetch Team Members for Teams with Spaces in Slug
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.