POST
/
api
/
auth
/
invite
curl --request POST \
  --url https://copilotz.com/api/auth/invite \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "Gabriel Carechio",
  "email": "gabriel@axion.company",
  "phone": "5511961877409",
  "password": "123456"
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request payload for inviting a new user.

Response

200 - application/json

Successful response

Successful invitation response.