Skip to main content
Updated May 10, 2026 The raff member command group manages account-level membership — users who can sign into the account itself, separate from project-level access. To manage who can act inside a specific project, see raff project member. Every subcommand supports --output json for scripting. Alias: raff members.

Subcommand index


list

List account members. Output columns: ID, EMAIL, STATUS, ROLE. Filter by status to find pending invites.

get

add

Add a member. Required: --role-id plus exactly one of:
  • --email — invite a new user; creates a pending member until they accept
  • --target-user-id — add an existing account user directly
  • --api-key-id — grant account-level access to an existing API key
The role must be account-scoped (find via raff role list --scope account).

update

Update a member’s role or status. At least one flag must be provided. Suspended members keep their role assignment but cannot sign in.

remove

Remove a member from the account. Pass --force to skip the confirmation prompt.

raff_member (Terraform)

Declarative account-level members.

Project member commands

Project-scoped membership.

Invitation commands

List and cancel pending invitations.
Last modified on May 11, 2026