Errors
signup_closed
403 – Signup is by invitation. The deployment is not open for registration.
Signup is by invitation. Answered with 403.
What it means
The deployment is not open for registration. No Org exists for the address, and the request carried no invite code or not the right one. The two are one refusal on purpose: distinguishing them would tell whoever is guessing whether the shape of their guess was right.
What to do
Send the invite code you were given as invite_code. Nothing else opens signup, and retrying without one will not. Signing in to an Org that already exists never needs a code.
The body
{
"type": "https://tigby.eu/problems/signup_closed",
"title": "Signup is by invitation",
"status": 403,
"detail": "…what was refused, naming this request's own values",
"code": "signup_closed",
"doc_url": "https://docs.tigby.eu/errors/signup_closed",
"agent_hint": "…the next step, for software"
}Branch on code. The detail names this request's own Handle, id or limit and is not part of the contract.