AI-generated Key Takeaways
-
Grants a user access to a specified developer account.
-
Utilizes an HTTP POST request to
https://androidpublisher.googleapis.com/androidpublisher/v3/{parent=developers/*}/users
. -
Requires a request body containing the user details as defined in the
User
object. -
Needs authorization with the
https://www.googleapis.com/auth/androidpublisher
scope. -
A successful response returns the 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