v2

latestOpenAPI 3.1.02026-08-05267431678.1 KB
domain-limit

Check Domain Limit

Check whether a domain is allowed to sign up.

Checks in order:

  1. domain_exclusions — if matched, return banned
  2. domain_inclusions — if matched, return allowed (skip count)
  3. Count existing users — enforce SIGNUP_DOMAIN_LIMIT
post/auth/check-domain-limit

Request body

domainstring required

Response

Successful Response

allowedboolean required
bannedboolean