Retrieve Staff
GET
/lokta-lms/api/v1/staffReturns the list of staff members.
Example Requests:
- /staff
- /staff?status=ACTIVE
- /staff?status=INACTIVE
- /staff?status=ALL
By default it Returns all the ACTIVE Staff. Otherwise a status can be provided like e.g. status=INACTIVE,
then it returns all INACTIVE staff or status=ALL returns both ACTIVE and INACTIVE staff.
Query parameters
officeIdquery · integer · int64 · optionalofficeId
staffInOfficeHierarchyquery · boolean · optionalstaffInOfficeHierarchy
loanOfficersOnlyquery · boolean · optionalloanOfficersOnly
statusquery · string · optionalstatus
Responses
defaultdefault responseResponse fields
allowedOfficesarray of OfficeData · optionaldateFormatstring · optionaldisplayNamestring · optionalexternalIdstring · optionalfirstnamestring · optionalidinteger · int64 · optionalisActiveboolean · optionalisLoanOfficerboolean · optionaljoiningDatestring · date · optionallastnamestring · optionallocalestring · optionalmobileNostring · optionalofficeIdinteger · int64 · optionalofficeNamestring · optionalrowIndexinteger · int32 · optionalEvery request authenticates with HTTP Basic and carries a Tenant-Identifier header. See the conventions for dates, commands, pagination and errors.
Open this operation in the interactive explorer, or read it as Markdown.