AI-generated Key Takeaways
- 
          This page details how to update access for a user to a developer account using a PATCH request. 
- 
          The request uses a specific URL format with path parameters, notably user.name, which is required.
- 
          An optional updateMaskquery parameter can be used to specify which fields of the user should be updated.
- 
          The request and successful response bodies both contain an instance of a User resource. 
- 
          The request requires authorization with the https://www.googleapis.com/auth/androidpublisherOAuth scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates access for the user to the developer account.
HTTP request
PATCH https://androidpublisher.googleapis.com/androidpublisher/v3/{user.name=developers/*/users/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| user.name | 
 Required. Resource name for this user, following the pattern "developers/{developer}/users/{email}". | 
Query parameters
| Parameters | |
|---|---|
| updateMask | 
 Optional. The list of fields to be updated. This is a comma-separated list of fully qualified names of fields. Example:  | 
Request body
The request body contains an instance of User.
Response body
If successful, the response body contains an instance of User.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/androidpublisher