group_link_no_reinvite (409)
group_link_no_reinvite
HTTP status: 409
Retryable: No — retrying without changes will fail the same way.
The session was started from a shared link, so it cannot be re-invited or issued a fresh invite link.
When it fires
A re-invite, regenerate-link, or reverify action (for example `POST /v1/sessions/{id}/refresh-link`, or the console "Resend invite" / "Regenerate link" actions) targeted a session whose `origin` is `group_link`. These sessions are reached by opening the shared link and verifying an email, not through an invite link, so re-issuing an invite link would skip that email step and is refused.
How to handle it
Do not re-invite the session. Ask the member to open the original shared link again and verify their email, which starts a fresh verification. To find the link, open the Links list in the console and copy its URL.
Example response
{
"error": {
"type": "https://docs-dev.autohost-dev.uk/api/errors/group_link_no_reinvite",
"code": "group_link_no_reinvite",
"message": "This verification was started from a shared link. To get a fresh invite link, open the shared link again and verify your email.",
"request_id": "req_01HEXAMPLE0000000000000000",
"doc_url": "https://docs-dev.autohost-dev.uk/api/errors/group_link_no_reinvite"
}
}