Skip to main content
Manage organization members, invitations, Enterprise SSO, and the active org.

members list

List all members of the current organization.

JSON output


members set-role

Change a member’s role.

Arguments

Examples

JSON output


invite

Invite a user to the current org with a role, in one step. floo sends an invite email and returns a one-time invite link; the role is assigned on acceptance, with no separate members set-role call.

Arguments

Flags

JSON output

invite_url is a one-time link and is redacted in --json output unless you pass the global --reveal-secrets flag. status is pending until the invite is accepted or revoked.

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


sso

Inspect and manage Enterprise SSO for an organization. These commands require an Enterprise plan; on any other plan they fail with ENTERPRISE_SSO_REQUIRED.
Every sso command takes --org ORG (slug or ID; defaults to the current org). portal, enforce, and enforcement disable take --no-browser to print the URL instead of opening it.

Errors