Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3000/v1/staff/{id}
{ "staff": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "taxonomy_id": "<string>", "email": "jsmith@example.com", "first_name": "<string>", "last_name": "<string>", "phone": "<string>", "pin": "<string>", "is_active": true, "is_service_account": true, "deputy_employee_id": 123, "operational_units": [ "<string>" ], "role_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "role": "warehouse", "role_description": "<string>" } }
Get a staff member by UUID or taxonomy ID
Staff UUID or taxonomy ID
Staff member details
Show child attributes