AI-generated Key Takeaways
-
Grant access to a user for a specific developer account.
-
The method uses a POST request to the specified API endpoint.
-
The request requires a
parent
path parameter identifying the developer account. -
The request body should contain a User object.
-
A successful response returns a newly created User object.
Grant access for a user to the given developer account.
HTTP request
POST https://androidpublisher.googleapis.com/androidpublisher/v3/{parent=developers/*}/users
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The developer account to add the user to. Format: developers/{developer} |
Request body
The request body contains an instance of User
.
Response body
If successful, the response body contains a newly created instance of User
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher