Users
Get one User
Retrieve a single User record by its Id.
GET
Get one User
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-Read role.Path Parameters
integer
required
The Id of the User record to retrieve.
Code Examples
Response
200
string
The full name value for this user.
string
The email value for this user.
string
The access token value for this user.
integer
The language value for this user. See
eLanguage enum values: 3 = EnglishUK, 1 = EnglishUS, 2 = Spanish.integer
ID of the preferred language linked to this record.
string
The new password value for this user.
string
The password value for this user.
string
The password salt value for this user.
string
Current file name of the avatar (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the avatar.
boolean
Set to true to remove the current avatar file.
integer
ID of the application linked to this record.
string
The passport number value for this user.
string
The passport card number value for this user.
boolean
Whether enable passport access is enabled.
boolean
Whether this user is currently active.
boolean
Whether is admin is enabled.
boolean
Whether api access is enabled.
boolean
Whether validated is enabled.
boolean
Whether must reset password is enabled.
string
Date/time value for last access.
string
The devices value for this user.
boolean
Whether on new email is enabled.
boolean
Whether on help desk msg is enabled.
boolean
Whether on new wall post is enabled.
boolean
Whether on new member is enabled.
boolean
Whether on profile changes is enabled.
boolean
Whether on new blog comment is enabled.
boolean
Whether on new event comment is enabled.
boolean
Whether on tariff change is enabled.
boolean
Whether on booking change is enabled.
boolean
Whether on tentative booking change is enabled.
boolean
Whether on purchases is enabled.
boolean
Whether on visitor registration is enabled.
boolean
Whether on plaform invoices is enabled.
boolean
Whether receive community digest is enabled.
boolean
Whether receive every message is enabled.
boolean
Whether two factor enabled is enabled.
string
The two factor secret value for this user.
string
Unique identifier (GUID) for the email call back.
integer[]
List of businesses linked to this record.
integer[]
List of user roles linked to this record.
integer[]
List of chat rooms linked to this record.
integer
ID of the default business linked to this record.
integer
The last help visited value for this user.
string
Date/time value for last received community thread date.
string
Date/time value for last received community message date.
string
Date/time value for next community digest.
string
The support team user email value for this user.
integer
The invalid login attempts value for this user.
string
Date/time value for last login attempt.
boolean
Whether on access control errors is enabled.
string
Date/time value for next help desk message reminder.
boolean
Whether on member removed from team is enabled.
boolean
Whether on virtual office tariff change is enabled.
boolean
Whether on virtual office delivery preference update is enabled.
boolean
Whether on identity check update is enabled.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one User