includeAllUsers property

bool? includeAllUsers
getter/setter pair

Determines whether to include users who have never made an API call in the response.

If true, all users with access to the specified property or account are included in the response, regardless of whether they have made an API call or not. If false, only the users who have made an API call will be included.

Optional.

Implementation

core.bool? includeAllUsers;