Skip to Content
SettingsMembers

Members

Inviting Members

  1. Go to Settings > Users
  2. Click Invite User
  3. Enter their email address
  4. Select a role (member, organization_manager, or manager)
  5. Click Send Invitation

The invited user will receive a branded email with a link to accept the invitation. Invitations expire after 7 days.

Managing Invitations

Pending invitations are displayed on the Users page above the members table. Admins can:

  • View all pending invitations for the organization
  • Revoke a pending invitation before it is accepted

Accepting an Invitation

When an invited user clicks the invitation link:

  1. If not signed in, they are redirected to the login page (the invite token is preserved)
  2. After signing in, the invitation is automatically accepted
  3. The user is added to the organization with the assigned role
  4. They are redirected to the dashboard

Roles

RoleDescription
OwnerFull access, can transfer ownership
AdminFull access except ownership transfer
ManagerCan manage bridges, orders, shipments, and team
Org ManagerCan manage organization settings and members
MemberRead-only access to most resources

When inviting, you can assign member, organization_manager, or manager. Admin and owner roles must be assigned after the user joins.

Managing Members

ActionDescriptionWho Can Do This
InviteSend an email invitationAdmin, Owner, Manager
Change RoleUpdate a member’s roleAdmin, Owner, Manager
RemoveRemove a member from the orgAdmin, Owner, Manager
Transfer OwnershipMake another admin the ownerOwner only

Via the API

POST /api/organizations/members/invite # Send invite GET /api/organizations/members/invitations # List pending invitations POST /api/organizations/members/invite/:token/accept # Accept invite DELETE /api/organizations/members/invite/:id # Revoke invite GET /api/organizations/members # List members DELETE /api/organizations/members/:userId # Remove member