Invite Session To Session
POST /session/v1/session/{session_id}/invited-session/{invited_session_id}:invite
Invite an entire session to a target session
Required Permissions:
- For any player (including themselves) any of:
session:*
,session:update-player:any
to invite any session regardless of membership status
Required Permissions:
- For any player (including themselves) any of:
session:*
,session:update-player:any
,session:update-player:self
to invite a session you are part of
Required Session Permissions: None
Authorizations
Parameters
Path Parameters
Request Body required
object
Which team the players in the source session should be on
How we should handle too many players being invited to the chosen team
Custom data for all players being invited
object
Responses
200
Successful Response
Response to a request to update a session cohort
object
List of players that were updated
Response to a request to update a player in a session
object
Player UUID of the player updated
Status of the player after the request is completed
Which team the player joined
Resulting custom data about the player
object
Headers
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
403
Forbidden
object
404
Session doesn’t exist or Player is not a member of the session. See error code for more info
object
422
Validation Error