Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, h1, h2, h3, div, span, p, pre, a { |
| 5 | margin: 0; |
| 6 | padding: 0; |
| 7 | border: 0; |
| 8 | font-weight: inherit; |
| 9 | font-style: inherit; |
| 10 | font-size: 100%; |
| 11 | font-family: inherit; |
| 12 | vertical-align: baseline; |
| 13 | } |
| 14 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, h2, h3 { |
| 50 | border-bottom: solid #CCC 1px; |
| 51 | } |
| 52 | |
| 53 | .toc_element { |
| 54 | margin-top: 0.5em; |
| 55 | } |
| 56 | |
| 57 | .firstline { |
| 58 | margin-left: 2 em; |
| 59 | } |
| 60 | |
| 61 | .method { |
| 62 | margin-top: 1em; |
| 63 | border: solid 1px #CCC; |
| 64 | padding: 1em; |
| 65 | background: #EEE; |
| 66 | } |
| 67 | |
| 68 | .details { |
| 69 | font-weight: bold; |
| 70 | font-size: 14px; |
| 71 | } |
| 72 | |
| 73 | </style> |
| 74 | |
| 75 | <h1><a href="classroom_v1.html">Google Classroom API</a> . <a href="classroom_v1.userProfiles.html">userProfiles</a> . <a href="classroom_v1.userProfiles.guardians.html">guardians</a></h1> |
| 76 | <h2>Instance Methods</h2> |
| 77 | <p class="toc_element"> |
Thomas Coffee | 2f24537 | 2017-03-27 10:39:26 -0700 | [diff] [blame] | 78 | <code><a href="#delete">delete(studentId, guardianId, x__xgafv=None)</a></code></p> |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 79 | <p class="firstline">Deletes a guardian.</p> |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 80 | <p class="toc_element"> |
Thomas Coffee | 2f24537 | 2017-03-27 10:39:26 -0700 | [diff] [blame] | 81 | <code><a href="#get">get(studentId, guardianId, x__xgafv=None)</a></code></p> |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 82 | <p class="firstline">Returns a specific guardian.</p> |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 83 | <p class="toc_element"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 84 | <code><a href="#list">list(studentId, invitedEmailAddress=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p> |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 85 | <p class="firstline">Returns a list of guardians that the requesting user is permitted to</p> |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 86 | <p class="toc_element"> |
| 87 | <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> |
| 88 | <p class="firstline">Retrieves the next page of results.</p> |
| 89 | <h3>Method Details</h3> |
| 90 | <div class="method"> |
Thomas Coffee | 2f24537 | 2017-03-27 10:39:26 -0700 | [diff] [blame] | 91 | <code class="details" id="delete">delete(studentId, guardianId, x__xgafv=None)</code> |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 92 | <pre>Deletes a guardian. |
| 93 | |
| 94 | The guardian will no longer receive guardian notifications and the guardian |
| 95 | will no longer be accessible via the API. |
| 96 | |
| 97 | This method returns the following error codes: |
| 98 | |
| 99 | * `PERMISSION_DENIED` if no user that matches the provided `student_id` |
| 100 | is visible to the requesting user, if the requesting user is not |
| 101 | permitted to manage guardians for the student identified by the |
| 102 | `student_id`, if guardians are not enabled for the domain in question, |
| 103 | or for other access errors. |
| 104 | * `INVALID_ARGUMENT` if a `student_id` is specified, but its format cannot |
| 105 | be recognized (it is not an email address, nor a `student_id` from the |
| 106 | API). |
| 107 | * `NOT_FOUND` if the requesting user is permitted to modify guardians for |
| 108 | the requested `student_id`, but no `Guardian` record exists for that |
| 109 | student with the provided `guardian_id`. |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 110 | |
| 111 | Args: |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 112 | studentId: string, The student whose guardian is to be deleted. One of the following: |
| 113 | |
| 114 | * the numeric identifier for the user |
| 115 | * the email address of the user |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 116 | * the string literal `"me"`, indicating the requesting user (required) |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 117 | guardianId: string, The `id` field from a `Guardian`. (required) |
| 118 | x__xgafv: string, V1 error format. |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 119 | Allowed values |
| 120 | 1 - v1 error format |
| 121 | 2 - v2 error format |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 122 | |
| 123 | Returns: |
| 124 | An object of the form: |
| 125 | |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 126 | { # A generic empty message that you can re-use to avoid defining duplicated |
| 127 | # empty messages in your APIs. A typical example is to use it as the request |
| 128 | # or the response type of an API method. For instance: |
| 129 | # |
| 130 | # service Foo { |
| 131 | # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); |
| 132 | # } |
| 133 | # |
| 134 | # The JSON representation for `Empty` is empty JSON object `{}`. |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 135 | }</pre> |
| 136 | </div> |
| 137 | |
| 138 | <div class="method"> |
Thomas Coffee | 2f24537 | 2017-03-27 10:39:26 -0700 | [diff] [blame] | 139 | <code class="details" id="get">get(studentId, guardianId, x__xgafv=None)</code> |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 140 | <pre>Returns a specific guardian. |
| 141 | |
| 142 | This method returns the following error codes: |
| 143 | |
| 144 | * `PERMISSION_DENIED` if no user that matches the provided `student_id` |
| 145 | is visible to the requesting user, if the requesting user is not |
| 146 | permitted to view guardian information for the student identified by the |
| 147 | `student_id`, if guardians are not enabled for the domain in question, |
| 148 | or for other access errors. |
| 149 | * `INVALID_ARGUMENT` if a `student_id` is specified, but its format cannot |
| 150 | be recognized (it is not an email address, nor a `student_id` from the |
| 151 | API, nor the literal string `me`). |
| 152 | * `NOT_FOUND` if the requesting user is permitted to view guardians for |
| 153 | the requested `student_id`, but no `Guardian` record exists for that |
| 154 | student that matches the provided `guardian_id`. |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 155 | |
| 156 | Args: |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 157 | studentId: string, The student whose guardian is being requested. One of the following: |
| 158 | |
| 159 | * the numeric identifier for the user |
| 160 | * the email address of the user |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 161 | * the string literal `"me"`, indicating the requesting user (required) |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 162 | guardianId: string, The `id` field from a `Guardian`. (required) |
| 163 | x__xgafv: string, V1 error format. |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 164 | Allowed values |
| 165 | 1 - v1 error format |
| 166 | 2 - v2 error format |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 167 | |
| 168 | Returns: |
| 169 | An object of the form: |
| 170 | |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 171 | { # Association between a student and a guardian of that student. The guardian |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 172 | # may receive information about the student's course work. |
| 173 | "guardianProfile": { # Global information for a user. # User profile for the guardian. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 174 | "id": "A String", # Identifier of the user. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 175 | # |
| 176 | # Read-only. |
| 177 | "permissions": [ # Global permissions of the user. |
| 178 | # |
| 179 | # Read-only. |
| 180 | { # Global user permission description. |
| 181 | "permission": "A String", # Permission value. |
| 182 | }, |
| 183 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 184 | "verifiedTeacher": True or False, # Represents whether a G Suite for Education user's domain administrator has |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 185 | # explicitly verified them as being a teacher. If the user is not a member of |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 186 | # a G Suite for Education domain, than this field is always false. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 187 | # |
| 188 | # Read-only |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 189 | "emailAddress": "A String", # Email address of the user. |
| 190 | # |
| 191 | # Read-only. |
| 192 | "photoUrl": "A String", # URL of user's profile photo. |
| 193 | # |
| 194 | # Read-only. |
| 195 | "name": { # Details of the user's name. # Name of the user. |
| 196 | # |
| 197 | # Read-only. |
| 198 | "fullName": "A String", # The user's full name formed by concatenating the first and last name |
| 199 | # values. |
| 200 | # |
| 201 | # Read-only. |
| 202 | "familyName": "A String", # The user's last name. |
| 203 | # |
| 204 | # Read-only. |
| 205 | "givenName": "A String", # The user's first name. |
| 206 | # |
| 207 | # Read-only. |
| 208 | }, |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 209 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 210 | "invitedEmailAddress": "A String", # The email address to which the initial guardian invitation was sent. |
| 211 | # This field is only visible to domain administrators. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 212 | "studentId": "A String", # Identifier for the student to whom the guardian relationship applies. |
| 213 | "guardianId": "A String", # Identifier for the guardian. |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 214 | }</pre> |
| 215 | </div> |
| 216 | |
| 217 | <div class="method"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 218 | <code class="details" id="list">list(studentId, invitedEmailAddress=None, pageToken=None, pageSize=None, x__xgafv=None)</code> |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 219 | <pre>Returns a list of guardians that the requesting user is permitted to |
| 220 | view, restricted to those that match the request. |
| 221 | |
| 222 | To list guardians for any student that the requesting user may view |
| 223 | guardians for, use the literal character `-` for the student ID. |
| 224 | |
| 225 | This method returns the following error codes: |
| 226 | |
| 227 | * `PERMISSION_DENIED` if a `student_id` is specified, and the requesting |
| 228 | user is not permitted to view guardian information for that student, if |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 229 | `"-"` is specified as the `student_id` and the user is not a domain |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 230 | administrator, if guardians are not enabled for the domain in question, |
| 231 | if the `invited_email_address` filter is set by a user who is not a |
| 232 | domain administrator, or for other access errors. |
| 233 | * `INVALID_ARGUMENT` if a `student_id` is specified, but its format cannot |
| 234 | be recognized (it is not an email address, nor a `student_id` from the |
| 235 | API, nor the literal string `me`). May also be returned if an invalid |
| 236 | `page_token` is provided. |
| 237 | * `NOT_FOUND` if a `student_id` is specified, and its format can be |
| 238 | recognized, but Classroom has no record of that student. |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 239 | |
| 240 | Args: |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 241 | studentId: string, Filter results by the student who the guardian is linked to. |
| 242 | The identifier can be one of the following: |
| 243 | |
| 244 | * the numeric identifier for the user |
| 245 | * the email address of the user |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 246 | * the string literal `"me"`, indicating the requesting user |
| 247 | * the string literal `"-"`, indicating that results should be returned for |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 248 | all students that the requesting user has access to view. (required) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 249 | invitedEmailAddress: string, Filter results by the email address that the original invitation was sent |
| 250 | to, resulting in this guardian link. |
| 251 | This filter can only be used by domain administrators. |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 252 | pageToken: string, nextPageToken |
| 253 | value returned from a previous |
| 254 | list call, |
| 255 | indicating that the subsequent page of results should be returned. |
| 256 | |
| 257 | The list request |
| 258 | must be otherwise identical to the one that resulted in this token. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 259 | pageSize: integer, Maximum number of items to return. Zero or unspecified indicates that the |
| 260 | server may assign a maximum. |
| 261 | |
| 262 | The server may return fewer than the specified number of results. |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 263 | x__xgafv: string, V1 error format. |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 264 | Allowed values |
| 265 | 1 - v1 error format |
| 266 | 2 - v2 error format |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 267 | |
| 268 | Returns: |
| 269 | An object of the form: |
| 270 | |
| 271 | { # Response when listing guardians. |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 272 | "nextPageToken": "A String", # Token identifying the next page of results to return. If empty, no further |
| 273 | # results are available. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 274 | "guardians": [ # Guardians on this page of results that met the criteria specified in |
Sai Cheemalapati | e833b79 | 2017-03-24 15:06:46 -0700 | [diff] [blame] | 275 | # the request. |
| 276 | { # Association between a student and a guardian of that student. The guardian |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 277 | # may receive information about the student's course work. |
| 278 | "guardianProfile": { # Global information for a user. # User profile for the guardian. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 279 | "id": "A String", # Identifier of the user. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 280 | # |
| 281 | # Read-only. |
| 282 | "permissions": [ # Global permissions of the user. |
| 283 | # |
| 284 | # Read-only. |
| 285 | { # Global user permission description. |
| 286 | "permission": "A String", # Permission value. |
| 287 | }, |
| 288 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 289 | "verifiedTeacher": True or False, # Represents whether a G Suite for Education user's domain administrator has |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 290 | # explicitly verified them as being a teacher. If the user is not a member of |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 291 | # a G Suite for Education domain, than this field is always false. |
Bu Sun Kim | 715bd7f | 2019-06-14 16:50:42 -0700 | [diff] [blame] | 292 | # |
| 293 | # Read-only |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 294 | "emailAddress": "A String", # Email address of the user. |
| 295 | # |
| 296 | # Read-only. |
| 297 | "photoUrl": "A String", # URL of user's profile photo. |
| 298 | # |
| 299 | # Read-only. |
| 300 | "name": { # Details of the user's name. # Name of the user. |
| 301 | # |
| 302 | # Read-only. |
| 303 | "fullName": "A String", # The user's full name formed by concatenating the first and last name |
| 304 | # values. |
| 305 | # |
| 306 | # Read-only. |
| 307 | "familyName": "A String", # The user's last name. |
| 308 | # |
| 309 | # Read-only. |
| 310 | "givenName": "A String", # The user's first name. |
| 311 | # |
| 312 | # Read-only. |
| 313 | }, |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 314 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 315 | "invitedEmailAddress": "A String", # The email address to which the initial guardian invitation was sent. |
| 316 | # This field is only visible to domain administrators. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 317 | "studentId": "A String", # Identifier for the student to whom the guardian relationship applies. |
| 318 | "guardianId": "A String", # Identifier for the guardian. |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 319 | }, |
| 320 | ], |
| 321 | }</pre> |
| 322 | </div> |
| 323 | |
| 324 | <div class="method"> |
| 325 | <code class="details" id="list_next">list_next(previous_request, previous_response)</code> |
| 326 | <pre>Retrieves the next page of results. |
| 327 | |
| 328 | Args: |
| 329 | previous_request: The request for the previous page. (required) |
| 330 | previous_response: The response from the request for the previous page. (required) |
| 331 | |
| 332 | Returns: |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 333 | A request object that you can call 'execute()' on to request the next |
Sai Cheemalapati | ea3a5e1 | 2016-10-12 14:05:53 -0700 | [diff] [blame] | 334 | page. Returns None if there are no more items in the collection. |
| 335 | </pre> |
| 336 | </div> |
| 337 | |
| 338 | </body></html> |