collaborators
List the people with access to the active RevenueCat project.
Read-only: v2 doesn’t expose invite / role-change / remove via REST. Manage membership in the dashboard.
Subcommands
Section titled “Subcommands”| Command | Description |
|---|---|
collaborators list | List collaborators on the active project |
Aliases: members.
Full flag reference: see the CLI reference.
Examples
Section titled “Examples”revcat collaborators listrevcat collaborators list --output json | jq '.[] | select(.role == "admin")'
# Spot pending invitesrevcat collaborators list --output json | jq '.[] | select(.accepted_at == null)'Aliases: members.
Output
Section titled “Output”Table columns:
id— collaborator idname— display name (-if the invite hasn’t been accepted)emailrole— free-form per v2 (commonlyadmin,developer,billing,viewer)accepted— invite acceptance date, orpendingif the user hasn’t accepted yetmfa— whether the collaborator has multi-factor auth enabled