members list
List all members of the current organization.JSON output
members set-role
Change a member’s role.Arguments
| Argument | Description |
|---|---|
USER_ID | User ID of the member |
ROLE | New role: admin, member, or viewer |
Examples
JSON output
switch
Switch the default org for subsequent commands. Useful when you belong to more than one org — the chosen org is used to resolve--app and org-scoped commands until you switch again.
Arguments
| Argument | Description |
|---|---|
ORG_SLUG | Org slug or ID to make active |
Errors
| Code | Meaning |
|---|---|
NOT_AUTHENTICATED | Run floo auth login first |
INVALID_ROLE | Role must be admin, member, or viewer |