Skip to main content
POST
/
end-users
/
{endUserId}
/
invite
Send portal invitation email
curl --request POST \
  --url https://api.superglue.ai/v1/end-users/{endUserId}/invite \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "recipient": "jsmith@example.com"
}

Documentation Index

Fetch the complete documentation index at: https://docs.superglue.cloud/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Static API key authentication using Bearer token scheme. Include your API key in the Authorization header: Authorization: Bearer YOUR_API_KEY

Alternatively, you can use the token query parameter to authenticate.

API keys can be generated in your superglue dashboard.

Path Parameters

endUserId
string<uuid>
required

Response

Email sent successfully

success
boolean
message
string
recipient
string<email>