---
title: Queues
framework: appstoreconnectapi
role: collectionGroup
role_heading: API Collection
path: appstoreconnectapi/queues
---

# Queues

Manage the queues that contain matchmaking rule sets and that you submit match requests to.

## Overview

Overview The queue resource represents a queue of match requests that Game Center applies the associated set of matchmaking rules to. For more information, see Matchmaking rules in the GameKit framework.

## Topics

### Creating, modifying, and deleting queues

- [Create a Queue](appstoreconnectapi/post-v1-gamecentermatchmakingqueues.md)
- [Modify a Queue](appstoreconnectapi/patch-v1-gamecentermatchmakingqueues-_id_.md)
- [Delete a Queue](appstoreconnectapi/delete-v1-gamecentermatchmakingqueues-_id_.md)

### Reading queue information

- [List All Queues](appstoreconnectapi/get-v1-gamecentermatchmakingqueues.md)
- [Read Queue Information](appstoreconnectapi/get-v1-gamecentermatchmakingqueues-_id_.md)

### Objects

- [GameCenterMatchmakingQueueCreateRequest](appstoreconnectapi/gamecentermatchmakingqueuecreaterequest.md)
- [GameCenterMatchmakingQueueUpdateRequest](appstoreconnectapi/gamecentermatchmakingqueueupdaterequest.md)
- [GameCenterMatchmakingQueueResponse](appstoreconnectapi/gamecentermatchmakingqueueresponse.md)
- [GameCenterMatchmakingQueuesResponse](appstoreconnectapi/gamecentermatchmakingqueuesresponse.md)
- [GameCenterMatchmakingQueue](appstoreconnectapi/gamecentermatchmakingqueue.md)

## See Also

### Matchmaking rules

- [Rules](appstoreconnectapi/rules.md)
- [Expressions](appstoreconnectapi/expressions.md)
- [Rule sets](appstoreconnectapi/rule-sets.md)
- [Teams](appstoreconnectapi/teams.md)
- [Testing](appstoreconnectapi/testing.md)
- [Metrics](appstoreconnectapi/metrics.md)
