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