- Productionhttps://api-v2.dash.app/staff-members
- Staginghttps://api-v2.dashstaging.app/staff-members
curl -i -X POST \
https://api-v2.dash.app/staff-members \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"email": "some-staff-name@dash.app"
}'Success
Response
{ "id": "55f9964c-095d-4b8b-bb5e-4118d2e76ad0", "email": "some-staff-name@dash.app" }