Create staff profile
Creates a new staff profile. Requires first_name, last_name, and email. The new staff member will receive an invitation to activate their account.
Responses
- application/json
- application/json
- application/json
- application/json
Request Example for post/apis/profiles/profiles/staff
curl https://school.fullfabric.cloud/apis/profiles/profiles/staff \
--request POST \
--header 'FF-Auth: YOUR_SECRET_TOKEN'
{
"id": "6821d39eb17887f75b41e113",
"first_name": "Anika",
"last_name": "Fischer",
"email": "anika.fischer@primrose.edu",
"roles": [],
"activated_at": null,
"last_seen": null,
"created_at": 1747047326,
"updated_at": 1747047326,
"source_category": null,
"source_method": null
}