# Salesforce - Collected Data & Query Volume

{% hint style="info" %}
Rezonate Collectors are aware of API Quota, and will stop if >50% of the daily limit is used
{% endhint %}

Rezonate's integration collects data from the following tables, every 12 hours:

<table><thead><tr><th width="255">Object Type</th><th>Description</th></tr></thead><tbody><tr><td>user</td><td>Users' information, including basic data and properties.</td></tr><tr><td>user.license</td><td>Licenses associated with users</td></tr><tr><td>group</td><td>Groups that are defined in the tenant</td></tr><tr><td>group.member</td><td>Groups memberships</td></tr><tr><td>user.role</td><td>Definition of roles and their attributes.</td></tr><tr><td>profile</td><td>Represents a profile, which defines a set of permissions to perform different operations. Operations can include creating a custom profile or querying, adding, updating, or deleting information.</td></tr><tr><td>permission.set</td><td>Information regarding permission sets defined in the tenant and their attributes.</td></tr><tr><td>permission.set.assignment</td><td>Represents a user’s assignment to a permission set or permission set group.</td></tr><tr><td>permission.set.group</td><td>Mapping and assignments around permission sets and group in the tenant</td></tr><tr><td>permission.set.license</td><td>Represents a license that’s used to enable one or more users to receive specified permission without changing their profile or reassigning profiles. You can use permission-set licenses to grant access, but not to deny access.</td></tr><tr><td>saml.sso.config</td><td>SSO Configurations</td></tr><tr><td>auth.config.providers</td><td>Information regarding authentication providers (AuthConfigProviders)</td></tr><tr><td>package.license</td><td>Represents a license for an installed managed package.</td></tr><tr><td>publisher</td><td>Information regarding publishers in the tenant</td></tr></tbody></table>
