TeamGriddeveloper
TeamGrid Developer

Audit users and integration access

Review workspace users, scopes and service-account authority without broadening access.

Keep identity and authority separate

GET /users returns users visible to the credential. It does not grant permission to act as those users. Delegated calendar or administrative operations require their own documented scopes and product permissions.

Inventory machine access

List personal credentials and service accounts through the administration endpoints. Record the owner, purpose, creation date, last rotation and granted scopes outside the token itself. Never log or export reveal-once secrets.

For service accounts with resource grants, read the current grant revision before replacing the complete desired set. Grant replacement is a compare-and-set operation, not an additive patch.

Review regularly

A useful access review checks:

  • whether the integration is still in use;
  • whether each scope is exercised;
  • whether the owner still has the expected role;
  • whether credentials have a recent tested rotation;
  • whether resource grants remain narrower than workspace-wide access.

Revoke unused credentials immediately and verify that the integration fails closed. See credentials and scopes and administration for the complete contract.

Stable documentation · Security · Reviewed 2026-07-29Edit this page ↗
Documentation feedbackWas this page useful?
Esc

Search TeamGrid Developer

Find guides, concepts and every API operation.