Skip to main content
GET
/
v1
/
staff
/
me
Get current staff
curl --request GET \
  --url http://localhost:3000/v1/staff/me
{
  "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>"
  }
}

Response

Current staff member details

staff
object
required