JoinMatchmakerLobbyForParty
Attempts to make the current identity's party join a specific matchmaker lobby.
This request will use the party player count configured for the lobby group.
If succeeds, all party members will receive a
GlobalEventMatchmakerLobbyJoin event with all the information required to
join the lobby.
Identity must be the party leader.
See JoinLobby.
Request Body required
- lobby_id string required
Possible values: Value must match regular expression
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$A universally unique identifier.
- 200
- 400
- 403
- 404
- 408
- 429
- 500
JoinMatchmakerLobbyForParty 200 response
BadRequestError 400 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.
ForbiddenError 403 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.
NotFoundError 404 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.
UnauthorizedError 408 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.
RateLimitError 429 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.
InternalError 500 response
Schema
- code string required
- message string required
- metadata
Unstructured metadata relating to an error. Must be manually parsed.