Documentation

Settings

Settings control how the organization appears on login and which sign-in methods members can use.

Name and logo

The name and logo appear on the organization login and in Bookmer. Upload the logo from Console → Settings. Saving the name updates the Teamspace everywhere the workspace switcher lists it.

Custom domain

Point a hostname you own at LoginSign. The organization login on that host stays off until DNS matches.

  1. Enter a hostname such as login.example.com and continue.
  2. Add the CNAME and TXT records at your DNS host. Checking DNS does nothing until those records are public.
  3. Use Check DNS. When both records match, members open that hostname.

Keep the CNAME and TXT records in place after verification. Removing the domain returns members to /org/:slug/login.

Login methods

Members only see the methods you enable. Available methods: Google, Apple, GitHub, LinkedIn, Discord, LINE, Facebook, Telegram, Slack, Yandex, Email, Passkey, QR, and Windows / workplace.

Windows / workplace stays disabled until On-premise workplace login is on (Enterprise). Members never go through the public marketing landing page. Authentication-code policy and the workplace POST live in Authentication codes.

Custom domain setup is a Company and Enterprise feature. On Team the card stays visible but locked.

Owner API

GET    /api/developer/teamspaces/:id
PATCH  /api/developer/teamspaces/:id
POST   /api/developer/teamspaces/:id/logo
POST   /api/developer/teamspaces/:id/domain
POST   /api/developer/teamspaces/:id/domain/verify
DELETE /api/developer/teamspaces/:id/domain

Domain status is none, pending, or verified. The detail payload includes loginUrl and the records to publish.