Users
A User represents a human identity within a workspace. Users are created in Access and can be granted roles in any combination of apps. A user’s profile includes:Roles
Roles follow aapp:level naming convention. Each role grants a predefined set of permissions within that app.
Service Accounts
Server-to-server integrations should use Service Accounts rather than user credentials. A service account is a non-human identity with an API key and an explicit scope list.Role Assignment via API
Role changes take effect immediately for new API requests. Existing active sessions are re-evaluated on their next token refresh (within 5 minutes for OAuth tokens).