Retrieve list of users
GET
/lokta-lms/api/v1/usersExample Requests:
users
users?fields=id,username,email,officeName
Responses
200OKResponse fields
emailstring · optionalfirstnamestring · optionalidinteger · int64 · optionallastnamestring · optionalofficeIdinteger · int64 · optionalofficeNamestring · optionalpasswordNeverExpiresboolean · optionalselectedRolesarray of RoleData · optionalstaffStaffData · optionalusernamestring · 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.