Skip to main content
POST
/
members
/
invite
Invite organization member
curl --request POST \
  --url https://api.obselite.com/v0/members/invite \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "[email protected]"
}'
"<any>"

Authorizations

Authorization
string
header
required

The API token generated from the Obselite dashboard

Body

application/json
email
string<email>
required

Response

Successful response

The response is of type any.