Skip to main content

Create Organization Passport

Overview

Create a Passport for a legal entity (company, foundation, DAO).

SDK Example

// Auto-generated from SDK - Coming Soon
const orgPassport = await createPassport({
  personType: 'LegalEntity',
  displayName: 'ACME Corp',
  legalName: 'ACME Corporation, Inc.',
});

Use Cases

  • Company onboarding
  • Corporate identity
  • Multi-user delegation
  • Enterprise authentication

See Also

  • Create Individual Passport
  • Passport with Delegations
  • Multi-Device Passport Sync

← All patterns