# cargo owner > Manage the owners of a crate on the registry. > More information: . - Invite the given user or team as an owner: `cargo owner --add {{username|github:org_name:team_name}} {{crate}}` - Remove the given user or team as an owner: `cargo owner --remove {{username|github:org_name:team_name}} {{crate}}` - List owners of a crate: `cargo owner --list {{crate}}` - Use the specified registry (registry names can be defined in the configuration - the default is ): `cargo owner --registry {{name}}`