latestOpenAPI 3.1.02026-08-19270462702.4 KB

b92f75fd3b61

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