Prerequisites
- you are authenticated with
floo auth login - you know whether you are changing org membership or app access
- for
passwordandfloo_accounts, your plan is Pro or above
1. Manage your Floo team
Organization membership controls who can operate apps and billing for your org.2. Choose an app access mode
Configure app access infloo.service.toml or floo.app.toml:
publicpasswordfloo_accounts
3. Work with password-protected apps
If an app usespassword mode, retrieve the shared password with:
4. Manage named app users
If an app usesfloo_accounts, the shipped dashboard exposes two app-level controls:
- a domain allowlist for self-registration
- individual user grants and revocations
5. See users across the org
The shipped org-level Users page shows people who have logged into yourfloo_accounts apps, plus:
- which apps they have used
- first seen / last active timestamps
- basic user search
What To Use Where
| Task | CLI | Dashboard |
|---|---|---|
| change org member roles | yes | yes |
| invite teammates | not first-class | yes |
| retrieve shared app password | yes | yes |
| manage app user grants | no | yes |
| manage allowlisted domains for signup | no | yes |
| inspect org app users | no | yes |