Skip to main content
POST
/
api
/
v1
/
invite
Invite User
curl --request POST \
  --url https://vulnix0.com/api/v1/invite \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "email": "[email protected]"
}'
{
  "message": "User invited successfully. A magic login link has been sent to their email."
}

Authorizations

api-key
string
header
required

A unique API Key.

Body

application/json
email
string<email>
required

Email address of the user to invite

Response

201 - application/json

User invited successfully

message
string
Example:

"User invited successfully. A magic login link has been sent to their email."

I