Skip to content

Products

Compliance Officer Service Expert-led compliance, end to end Compliance Portal Share security documents securely Open-source platform Deploy Probo on your own infrastructure

Resources

Probo stories How teams get compliant with Probo Blog Ideas and guidance from the Probo team Guides & tools Practical compliance guides and free tools Love from Customers What customers say about working with Probo Changelog Latest product updates Download Get the Probo Agent

Company

About The people and vision powering Probo Careers Join the team building Probo Brand assets Official logos and visual resources Security Review our security and compliance posture
Overview Understand Probo and its core concepts Product Explore Probo's GRC capabilities Developers Explore GraphQL, CLI, MCP, n8n, and webhooks Deployment Probo Cloud, self-hosting, and configuration

Explore

GitHub Explore our open-source compliance tools

Tally

Connect Tally as an access review source using a user-scoped API key so Probo can list your organization's users and pending invitations.

View as Markdown

Probo reads your Tally organization’s users and pending invitations through the Tally API so you can review who has access.

  • Probo organization administrator access
  • A Tally account in the organization you want to review, preferably the organization owner. A key has no scopes of its own: it inherits the permissions of the user who created it, so calls made with the key can do no more than that user can

Probo resolves the organization from the key, so the Connect dialog asks only for the key.

Probo fieldTally fieldNotes
NamefullNameA pending invitation carries no name
EmailemailA record with no email address is skipped
RoleinvitesTally exposes no role on an organization user, so members have none. A pending invitation is listed with the role Invited
AdminNot supported
StatusisDeletedA user flagged isDeleted is listed as inactive and every other user as active. Pending invitations are listed as inactive
MFAhasTwoFactorEnabledEnabled when the flag is true, disabled when it is false. A pending invitation carries no flag, so its MFA state is left unknown
Last loginNot supported
External IDidStable identifier used to track the account across reviews. A pending invitation is keyed by its invite id
Created atcreatedAtThe timestamp Tally returns on the user record. Probo does not record one for a pending invitation

People who have been invited but have not yet accepted appear alongside the organization’s users, marked inactive.

  1. In Tally, signed in as the account the key should belong to, go to Settings > API keys.
  2. Click Create API key, name it (e.g. Probo Access Review), and click Create. Tally keys have no scopes, so there is nothing to set on the key.
  3. Copy the key (tly-…) and store it securely. Tally shows it only once.
  1. In Probo, go to Access Review > Connections.
  2. Find Tally, click API Key, paste the key, and click Connect.

Probo checks the key against the Tally API before it creates the connection, so a rejected key fails at the Connect step and never becomes a broken source. Probo resolves the organization the key belongs to and names the source after the organization owner, because the Tally API exposes no organization name.

  • Tally rejected the API key. The Connect dialog shows this error when the key fails the check against the Tally API. Confirm the value is an active Tally API key (tly-…) copied from Settings > API keys. A key also stops working once its user is removed from the organization or leaves it, so create a replacement from an account that is still a member.
  • The source connects but fails to sync. The Connect check only proves Tally accepts the key. The sync then reads the organization’s users and invites with that key, and it can do no more than the key’s user can, so an under-permissioned key passes Connect and fails later. Create the key from the organization owner’s account instead.
  • Few or no members appear. A Tally account belongs to a single organization, and inviting team members is a Tally Pro feature, so a Free account’s organization typically has only that one member.