SuperAI Flow Platform

Sections

Theme switcher

Resend user invitation email

Body Parameters

emailstring Required

Email address of the user to re-invite. Must match an existing user account in pending or active status. A new invitation email will be sent to this address with a fresh authentication link and setup instructions.

Response

200
Object
Invitation email successfully queued for delivery

Response Attributes

emailstring Required

Email address that received the invitation. Echoes back the requested email for confirmation. Useful for logging and audit purposes.

messagestring Required

Human-readable message describing the result. Provides confirmation or additional context about the operation. Example: 'Invitation has been resent successfully'

successboolean Required

Indicates whether the invitation was successfully processed. True if invitation was queued/sent, False if operation failed. Note: This indicates the API succeeded, not that email was delivered.

404
Object
User with specified email address does not exist

Response Attributes

errorobject Required

Standard error detail structure.

This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.

Show child attributes

request_idnull
422
Object
Unprocessable Entity - Request validation failed

Response Attributes

errorobject Required

Standard error detail structure.

This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.

Show child attributes

request_idnull
500
Object
Authentication service unavailable or email delivery failed

Response Attributes

errorobject Required

Standard error detail structure.

This model matches the error format returned by the centralized exception handlers in app/api/errors/handlers.py.

Show child attributes

request_idnull
Was this section helpful?

What made this section unhelpful for you?

POST

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?

View as Markdown

Ask an AI

Open in ChatGPTOpen in ClaudeOpen in Perplexity

Code with AI

Open in Copilot