Users
Search Users
Search and list User records with filtering, sorting, and pagination.
GET
Search Users
A User represents an administrator or staff member who can sign in to the Nexudus admin panel. Users are assigned roles that control their permissions and can be associated with one or more business locations.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the User-List role.Enums
eLanguage — Language values
eLanguage — Language values
| Value | Name |
|---|---|
| 3 | EnglishUK |
| 1 | EnglishUS |
| 2 | Spanish |
Query Parameters
Pagination & Sorting
The page number to retrieve.
The number of records per page.
The property name to sort results by (e.g.
Name, CreatedOn).Sort direction.
0 for ascending, 1 for descending.Filters
Filter by the full name value for this user.
Filter by the email value for this user.
Filter by the access token value for this user.
Filter by the language value for this user.
Filter by iD of the preferred language linked to this record.
Filter by the new password value for this user.
Filter by the password value for this user.
Filter by the password salt value for this user.
Filter by current file name of the avatar (read-only; upload via the corresponding URL field).
Filter by uRL of a new file to upload as the avatar.
Filter by set to true to remove the current avatar file.
Filter by iD of the application linked to this record.
Filter by the passport number value for this user.
Filter by the passport card number value for this user.
Filter by whether enable passport access is enabled.
Filter by whether this user is currently active.
Filter by whether is admin is enabled.
Filter by whether api access is enabled.
Filter by whether validated is enabled.
Filter by whether must reset password is enabled.
Filter by date/time value for last access.
Filter by the devices value for this user.
Filter by whether on new email is enabled.
Filter by whether on help desk msg is enabled.
Filter by whether on new wall post is enabled.
Filter by whether on new member is enabled.
Filter by whether on profile changes is enabled.
Filter by whether on new blog comment is enabled.
Filter by whether on new event comment is enabled.
Filter by whether on tariff change is enabled.
Filter by whether on booking change is enabled.
Filter by whether on tentative booking change is enabled.
Filter by whether on purchases is enabled.
Filter by whether on visitor registration is enabled.
Filter by whether on plaform invoices is enabled.
Filter by whether receive community digest is enabled.
Filter by whether receive every message is enabled.
Filter by whether two factor enabled is enabled.
Filter by the two factor secret value for this user.
Filter by unique identifier (GUID) for the email call back.
Filter by iD of the default business linked to this record.
Filter by the last help visited value for this user.
Filter by date/time value for last received community thread date.
Filter by date/time value for last received community message date.
Filter by date/time value for next community digest.
Filter by the support team user email value for this user.
Filter by the invalid login attempts value for this user.
Filter by date/time value for last login attempt.
Filter by whether on access control errors is enabled.
Filter by date/time value for next help desk message reminder.
Filter by whether on member removed from team is enabled.
Filter by whether on virtual office tariff change is enabled.
Filter by whether on virtual office delivery preference update is enabled.
Filter by whether on identity check update is enabled.
Range Filters
Filter by date/time value for last access greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for last access less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by the last help visited value for this user greater than or equal to this value.
Filter by the last help visited value for this user less than or equal to this value.
Filter by date/time value for last received community thread date greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for last received community thread date less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for last received community message date greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for last received community message date less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for next community digest greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for next community digest less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by the invalid login attempts value for this user greater than or equal to this value.
Filter by the invalid login attempts value for this user less than or equal to this value.
Filter by date/time value for last login attempt greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for last login attempt less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for next help desk message reminder greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter by date/time value for next help desk message reminder less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by FullName
Range filters
Response
200
The list of User records matching the query. See the Get one User endpoint for the full list of properties returned for each record.
Current page number.
Number of records per page.
The field used for sorting.
The sort direction (
0 = ascending, 1 = descending).Index of the first item on the current page.
Index of the last item on the current page.
Total number of matching records across all pages.
Total number of pages.
Whether there is a next page of results.
Whether there is a previous page of results.
Example Response
Search Users