userProfiles

Returns a specific guardian invitation. This method returns the following error codes: * PERMISSION_DENIED if the requesting user is not permitted to view guardian invitations for the student identified by the student_id, if guardians are not enabled for the domain in question, or for other access errors. * INVALID_ARGUMENT if a student_id is specified, but its format cannot be recognized (it is not an email address, nor a student_id from the API, nor the literal string me). * NOT_FOUND if Classroom cannot find any record of the given student or invitation_id. May also be returned if the student exists, but the requesting user does not have access to see that student.

get/v1/userProfiles/{studentId}/guardianInvitations/{invitationId}

Path parameters

studentIdstring required

The ID of the student whose guardian invitation is being requested.

invitationIdstring required

The id field of the GuardianInvitation being requested.

Response

Successful response

Changes

No recorded changes to this endpoint across all 1 revision of this API.