graduateTeenMutation
Graduate a managed child to their own login by giving them an email. Only allowed for a child aged 13 or older (COPPA). Sends them a sign-in code so they can take over the account.
Arguments
Returns
See FamilyMemberResult for the full shape.
Try it
Example
Query
mutation GraduateTeen($member: EntityRef!, $email: String!) {
graduateTeen(member: $member, email: $email) {
__typename
}
}
Variables
{}
POST
https://go.sessions.website/api/graphqlgraduateTeen