Manage members
Invite people to your organization, assign roles, group them into teams, and remove access.
Add people to your organization, set what they can do, and remove access when they leave. This takes a couple of minutes. You need to be an owner or admin to manage members.
Manage everyone under Settings > Members.
Invite a member
- Go to Settings > Members and enter one or more email addresses.
- Choose the role to grant — Admin or Member. You should see the address listed with an Invited status once you send the invite.
- The invitee receives an email to accept. When they accept, their status changes from Invited to active.
Invite and manage members with the CLI (install and authenticate per /reference/cli). Members are organization-scoped; --role accepts admin or member and defaults to member.
sazabi members invite --email alex@example.com # Invite one person as a member
sazabi members invite --email a@example.com --email b@example.com --role admin # Invite several as admins
sazabi members list # List members
sazabi members list-invitations # List pending invitations
sazabi members revoke-invitation <invitation-id> # Revoke a pending invitationEach address is listed with an Invited status until the invitee accepts the emailed invite.
You assign Admin or Member on invite. The owner role is not assignable from here.
Roles
Each member holds one role — Owner, Admin, Member, or Viewer. For what each role can do, see Access control. Change a member's role from the same page, or from the CLI with sazabi members update-role <user-id> --role admin (--role accepts admin or member; see /reference/cli). You cannot change your own role, and the owner is managed separately.
Teams
Group members into teams to assign component ownership and organize your people. Teams are an organization-level grouping; a member can belong to several teams. Manage teams from the members area.
Remove a member
Remove a member from the members list, or from the CLI with sazabi members remove <user-id-or-email> (see /reference/cli). Removal is immediate and revokes their access to the organization and its projects.
Verify
Invite a test address and confirm it lands:
- Invite an address you control at Settings > Members.
- The address appears in the members list with an Invited status.
- Accept the invite from that address's inbox; the member becomes active, usually within a minute.
If the invite never arrives, confirm the address is correct and check the recipient's spam folder before re-inviting.