v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13136338403.5 KB
users

Grant access for a user to the given developer account.

post/androidpublisher/v3/{+parent}/users

Path parameters

parentstring required

Required. The developer account to add the user to. Format: developers/{developer}

Request body

namestring

Required. Resource name for this user, following the pattern "developers/{developer}/users/{email}".

emailstring

Immutable. The user's email address.

accessState'ACCESS_STATE_UNSPECIFIED' | 'INVITED' | 'INVITATION_EXPIRED' | 'ACCESS_GRANTED' | 'ACCESS_EXPIRED'

Output only. The state of the user's access to the Play Console.

developerAccountPermissionsstring[]

Permissions for the user which apply across the developer account.

expirationTimestring google-datetime

The time at which the user's access expires, if set. When setting this value, it must always be in the future.

partialboolean

Output only. Whether there are more permissions for the user that are not represented here. This can happen if the caller does not have permission to manage all apps in the account. This is also true if this user is the account owner. If this field is true, it should be taken as a signal that this user cannot be fully managed via the API. That is, the API caller is not be able to manage all of the permissions this user holds, either because it doesn't know about them or because the user is the account owner.

Response

Successful response