Create a parent-invite challenge
POST/challenge/invite-parent
Creates a parent-invite challenge bound to sessionId and sends the
invite email to parentEmail. Available only for players who don't
require parental consent and whose session isn't already
linked to a parent; other sessions are rejected (see the error codes
below). On PASS, Challenge.StateChange fires carrying the same
sessionId, so you can correlate the result with this invite.
Request
Responses
- 200
- 400
Invite parent response
Invalid request - the response body's error field carries a
specific code (e.g. INVALID_INPUT, NOT_FOUND,
INVALID_EMAIL, FEATURE_DISABLED).