Skip to content

Team management

Source: en/cli/team.md · Live: https://docs.1pass.dev/en/cli/team LLM-sanitized: internal links absolutized, VitePress containers → admonitions, line numbers in the Jump-to Index reference this rendered file (1-indexed).

📍 Jump-to Index

  • L23-L45: ## What's available today
    • L25-L34: ### Developer Console (web)
    • L35-L45: ### REST API
  • L46-L55: ## Roles (for reference)
  • L56-L60: ## Next

Team management

logi's OAuth apps are owned at the organization level. When you sign up, a single-member organization is created automatically, and once you form a team you can invite members.

⚠️ Warning: CLI commands are coming soon The logi team * command group is not yet implemented in the CLI. For now, handle member invitations, role changes, and removals in the Developer Console (web). CLI support is on the roadmap.

What's available today

Developer Console (web)

At https://start.1pass.dev/developer/memberships you can:

  • View the organization's member list
  • Invite a new member (by email)
  • Change a role (owner / admin / developer)
  • Remove a member
  • Resend or cancel a pending invitation

REST API

If you need to script this, call the API directly:

  • GET /api/v1/developer/memberships — list members
  • POST /api/v1/developer/invitations — create an invitation
  • PATCH /api/v1/developer/memberships/:id — change a role
  • DELETE /api/v1/developer/memberships/:id — remove a member

For the full specification, see the API reference.

Roles (for reference)

RoleCreate appsRotate secretInvite membersEdit org info
owner
admin
developer

There must always be at least one owner.

Next

최종 수정:

Identity가 제품의 신뢰를 만듭니다.