Retrieves the details of the user associated with the token used for the request: email, first and last name, user-type name, language and timezone, together with the identifiers of the organization, partner, customer or location the user belongs to, and the per-severity notification flags.
It is typically invoked right after the login, to initialize the client application with the profile of the authenticated user.
The name of the tenant (e.g. acme).
Successful operation.
The bean providing user details.
The user object identifier.
The user registration email address.
The user first name.
The user last name.
The list of devices used by the user to access the application REST API.
Details about the device on which the API client is currently running.
The unique identifier which is used to match the device among different logins.
The device operating system.
The mobile device model.
The mobile platform name.
The device notification identifier obtained from the platform provider during the device registration for notifications.
The name of the user type associated with the user.
The organization identifier the user belong to (required only for creation).
The partner identifier the user belong to (required only for creation).
The customer identifier the user belong to (required only for creation).
The location identifier the user belong to (required only for creation).
The timezone used for date/times localization (e.g. Europe/Rome).
The language used for page localization (e.g. EN, ES).
The last timestamp the user has accepted the terms of service.
The last timestamp the user has accepted the privacy policy.
The timestamp the user has accessed the application the first time.
The timestamp the user has accessed the application the last time.
The timestamp at which the object was created.
The flag indicating whether an email must be sent on informational alert activation.
The flag indicating whether an email must be sent on informational alert clearing.
The flag indicating whether an email must be sent on warning alert activation.
The flag indicating whether an email must be sent on warning alert clearing.
The flag indicating whether an email must be sent on critical alert activation.
The flag indicating whether an email must be sent on critical alert clearing.
The flag indicating whether an email must be sent on emergency alert activation.
The flag indicating whether an email must be sent on emergency alert clearing.
The flag indicating whether an SMS must be sent on informational alert activation.
The flag indicating whether an SMS must be sent on informational alert clearing.
The flag indicating whether an SMS must be sent on warning alert activation.
The flag indicating whether an SMS must be sent on warning alert clearing.
The flag indicating whether an SMS must be sent on critical alert activation.
The flag indicating whether an SMS must be sent on critical alert clearing.
The flag indicating whether an SMS must be sent on emergency alert activation.
The flag indicating whether an SMS must be sent on emergency alert clearing.
The flag indicating whether a push notification must be sent on informational alert activation.
The flag indicating whether a push notification must be sent on informational alert clearing.
The flag indicating whether a push notification must be sent on warning alert activation.
The flag indicating whether a push notification must be sent on warning alert clearing.
The flag indicating whether a push notification must be sent on critical alert activation.
The flag indicating whether a push notification must be sent on critical alert clearing.
The flag indicating whether a push notification must be sent on emergency alert activation.
The flag indicating whether a push notification must be sent on emergency alert clearing.
The flag indicating whether a phone call must be made on informational alert activation.
The flag indicating whether a phone call must be made on informational alert clearing.
The flag indicating whether a phone call must be made on warning alert activation.
The flag indicating whether a phone call must be made on warning alert clearing.
The flag indicating whether a phone call must be made on critical alert activation.
The flag indicating whether a phone call must be made on critical alert clearing.
The flag indicating whether a phone call must be made on emergency alert activation.
User not authenticated.
The error response.
User not authorized.
The error response.