Skip to main content

SDK function calls for Google Workspace

Google Workspace connector SDK function calls to Google for retrieval of data. The connector is not accessing HTTP URLs directly, but is instead using libraries provided by Google for API access.

References

  • LicenseAssignments.ListForProduct

    List all users' assigned licenses for a specific product SKU.

    See Google developer docs for more information.

  • Customers.Get

    Retrieves a customer.

    See Google developer docs for more information.

  • Domains.List

    Lists the domains of the customer.

    See Google developer docs for more information.

  • Users.List

    Retrieves a paginated list of either deleted users or all users in a domain.

    See Google developer docs for more information.

  • UserUsageReport.Get

    The user usage report returns Google Workspace service usage information for a particular user in your domain.

    See Google developer docs for more information.