Users
class Users extends Resource (View source)
The "users" collection of methods.
Typical usage is:
$androidpublisherService = new Google\Service\AndroidPublisher(...);
$users = $androidpublisherService->users;
Methods
delete(string $name, array $optParams = [])
Removes all access for the user to the given developer account.
listUsers(string $parent, array $optParams = [])
Lists all users with access to a developer account. (users.listUsers)
Details
User
create(string $parent, User $postBody, array $optParams = [])
Grant access for a user to the given developer account. (users.create)
delete(string $name, array $optParams = [])
Removes all access for the user to the given developer account.
(users.delete)
ListUsersResponse
listUsers(string $parent, array $optParams = [])
Lists all users with access to a developer account. (users.listUsers)