# Staff

Branch staff and loan officers.

- [Retrieve Staff](https://developer.lokta.ai/api/staff/retrieve-all-staff.md): GET `/v1/staff`
- [Create a staff member](https://developer.lokta.ai/api/staff/create-staff.md): POST `/v1/staff`
- [Retrieve a Staff Member](https://developer.lokta.ai/api/staff/retrieve-one-staff.md): GET `/v1/staff/{staffId}`
- [Update a Staff Member](https://developer.lokta.ai/api/staff/update-staff.md): PUT `/v1/staff/{staffId}`
