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
Query Parameters
Pagination & Sorting
integer
default:"1"
The page number to retrieve.
integer
default:"25"
The number of records per page.
string
The property name to sort results by (e.g.
Name, CreatedOn).integer
Sort direction.
0 for ascending, 1 for descending.Filters
string
Filter by required full name shown for this staff account..
string
Filter by required valid email address used to identify and sign in to this staff account..
string
Filter by authentication token generated by the platform; never expose or set it..
integer
Filter by legacy language setting; use PreferredLanguage instead..
integer
Filter by iD of the optional location language used for this account’s preferred interface and content language..
string
Filter by new sign-in password; do not expose or set passwords through the Admin Agent..
string
Filter by stored password hash; never expose or set it directly..
string
Filter by password-hashing salt generated by the platform; never expose or set it..
string
Filter by current file name of the avatar (read-only; upload via the corresponding URL field).
string
Filter by uRL of a new file to upload as the avatar.
boolean
Filter by set to true to remove the current avatar file.
integer
Filter by iD of the optional marketplace application whose integration uses this account..
string
Filter by read-only Nexudus Passport identifier; the platform verifies that it is unique..
string
Filter by read-only Nexudus Passport card code; it must be a valid unused Passport card..
boolean
Filter by whether this account is eligible for Nexudus Passport access; the platform enables it on user creation..
boolean
Filter by whether this staff account is active; notification recipient queries generally require an active account..
boolean
Filter by whether this account has administrator access in addition to any permissions granted through UserRoles..
boolean
Filter by whether this account may authenticate for API access..
boolean
Filter by whether the platform marks this account as validated..
boolean
Filter by whether the user must reset their sign-in password; the platform sets this when it generates a password..
string
Filter by read-only UTC timestamp of the latest account access, rounded down to the nearest 15 minutes..
string
Filter by registered device identifiers used for device-based authentication; manage them outside the Admin Agent..
boolean
Filter by whether to notify this active user about new internal messages for their locations..
boolean
Filter by whether to notify this active user about new help desk messages for their locations..
boolean
Filter by whether to notify this active user about new community wall posts for their locations..
boolean
Filter by whether to notify this active user when a new customer profile is created for their locations..
boolean
Filter by whether to notify this user about customer profile changes..
boolean
Filter by whether to notify this active user with a customer profile at the location about new blog comments..
boolean
Filter by whether to notify this active user with a customer profile at the location about new calendar-event comments..
boolean
Filter by whether to notify this active user about plan changes; virtual-office plans instead use OnVirtualOfficeTariffChange..
boolean
Filter by whether to notify this active user about booking changes for their locations..
boolean
Filter by whether to notify this active user about tentative booking changes for their locations..
boolean
Filter by whether to notify this active user about purchases for their locations..
boolean
Filter by whether to notify this user when visitors register at their locations..
boolean
Filter by whether to notify this user about Nexudus platform invoices for their locations..
boolean
Filter by whether this user is subscribed to scheduled community-board digest emails; new accounts inherit the location digest setting..
boolean
Filter by whether this user receives an email for each new community-board message instead of only digest notifications..
boolean
Filter by read-only indicator of whether two-factor authentication is enabled for this account..
string
Filter by two-factor authentication secret; never expose or set it..
string
Filter by internal token-invalidating password-hash claim; never expose or set it..
integer
Filter by read-only ID of the user’s default location; the platform falls back to the first linked location when it is empty..
integer
Filter by internal identifier of the last help page viewed by this user..
string
Filter by internal timestamp of the latest community thread included in this user’s notification tracking..
string
Filter by internal timestamp of the latest community message included in this user’s notification tracking..
string
Filter by internal timestamp for this user’s next scheduled community digest..
string
Filter by internal support-team routing email associated with this account..
integer
Filter by internal count of failed login attempts; the platform resets it after a successful password change and applies its lockout threshold..
string
Filter by internal timestamp of the most recent failed login attempt, used with InvalidLoginAttempts for lockout handling..
boolean
Filter by whether to notify this user about access-control errors for their locations..
string
Filter by timestamp of the next help desk message reminder for this user..
boolean
Filter by whether to notify this user when a customer is removed from a team..
boolean
Filter by whether to notify this active user about virtual-office plan changes for their locations..
boolean
Filter by whether to notify this user when a virtual-office customer updates delivery preferences..
boolean
Filter by whether to notify this user when a customer’s identity-check status changes..
Range Filters
string
Filter by read-only UTC timestamp of the latest account access, rounded down to the nearest 15 minutes. greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by read-only UTC timestamp of the latest account access, rounded down to the nearest 15 minutes. less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.integer
Filter by internal identifier of the last help page viewed by this user. greater than or equal to this value.
integer
Filter by internal identifier of the last help page viewed by this user. less than or equal to this value.
string
Filter by internal timestamp of the latest community thread included in this user’s notification tracking. greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by internal timestamp of the latest community thread included in this user’s notification tracking. less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by internal timestamp of the latest community message included in this user’s notification tracking. greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by internal timestamp of the latest community message included in this user’s notification tracking. less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by internal timestamp for this user’s next scheduled community digest. greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by internal timestamp for this user’s next scheduled community digest. less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.integer
Filter by internal count of failed login attempts; the platform resets it after a successful password change and applies its lockout threshold. greater than or equal to this value.
integer
Filter by internal count of failed login attempts; the platform resets it after a successful password change and applies its lockout threshold. less than or equal to this value.
string
Filter by internal timestamp of the most recent failed login attempt, used with InvalidLoginAttempts for lockout handling. greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by internal timestamp of the most recent failed login attempt, used with InvalidLoginAttempts for lockout handling. less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by timestamp of the next help desk message reminder for this user. greater than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter by timestamp of the next help desk message reminder for this user. less than or equal to this value. Format:
YYYY-MM-DDTHH:mm.string
Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.string
Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.string
Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.string
Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by FullName
Range filters
Response
200
User[]
The list of User records matching the query. See the Get one User endpoint for the full list of properties returned for each record.
integer
Current page number.
integer
Number of records per page.
string
The field used for sorting.
integer
The sort direction (
0 = ascending, 1 = descending).integer
Index of the first item on the current page.
integer
Index of the last item on the current page.
integer
Total number of matching records across all pages.
integer
Total number of pages.
boolean
Whether there is a next page of results.
boolean
Whether there is a previous page of results.
Example Response