Skip to main content
POST
/
v1
/
admin
/
staff
/
invite
Invite Staff (staff)
curl --request POST \
  --url https://api.oviond.com/v1/admin/staff/invite \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]",
  "fullname": "New Staff"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
email
string<email>
required
fullname
string
required
Minimum string length: 1
Example:

"New Staff"

Response

Invited

success
enum<boolean>
required
Available options:
true