Docs / Contact / iam/overview

Access Control Overview

Contact uses a policy-based IAM model. Every principal (a user, an entity, or an API key) is assigned a role, and each role groups one or more policies that describe what actions are allowed on which resources. New entities and entity-bound keys default to the DefaultEntity role.

Model

code

User, entity, or API key
   └── Role (one per principal)
        └── Policies (one or more attached)
              └── Statements (Effect, Action, Resource, optional Condition)

Where to manage it

Everything lives under Access Control in the Contact sidebar:

Tab Manages
Users Account members, invitations, role assignments
Roles Built-in and custom roles
Policies Policy statements that roles reference
API Keys Account-level API keys (entity-bound keys also appear here for rotation/disable)

Read on