Atlato Developer
DocsUse CasesCommunitySupport
DocsUse CasesCommunitySupport
Facebook
Linkedin
Instagram
  1. Api Integration
  • Overview
    • Developer Platform
  • Getting Started
    • Register Account
    • Manage Apps
    • Manage a Company
    • App Access
    • Store App Access
    • Mode
  • App Store
    • Authentication
    • Access Rights
    • Event Log
    • Company Settings
    • Manage Account
  • Device Integration
    • Design
    • Installation
    • Device List
  • Device API
    • Protocols
    • New Integration
    • Data Output
    • Device Input Names
  • Deployment
    • Custom Client App
  • API Request
    • REST API
    • Request Structure
    • Metadata
    • Pagination
    • Errors
    • Troubleshooting
  • Support
    • Developer Request Types
  • Guides
    • Best practices
    • Timezones
    • Libraries
    • Key Concepts
    • Terms of Use
    • Rate limits
  • Feedback Center
    • Feedback
    • Community
    • FAQ
  • Api Integration
    • Use token in your app
    • Event Logging API
    • Meta Data API
    • Lastest Device Data API
    • Past Device Data API
    • Devices API
    • Country City Currency API
  • App Integration APIs
    • Meta Data
    • Meta Data API
    • Lastest Device Data API
    • Past Device Data API
    • Event Logging API
    • Devices API
    • Country City Currency API
  • Developer Platform
    • Access
    • User
    • Device
    • Manage Account
    • Company
  1. Api Integration

Meta Data API

In the Atlato Store, User Metadata Overview#

The response contains comprehensive user metadata that provides detailed information about the user, their associated company, and configuration settings. Below is a breakdown of the key components.

Definitions#

MetadataDefinitionData Types
messageA status string that indicates the success of the API request. In this example, "Meta data retrieved successfully" confirms that the user metadata was fetched successfully.
dataThis is an object containing various fields that describe the user's details and associated company information.
emailThe email address of the user ("demo@company.com"), used for communication and login purposes. Using data type format is (String).
userIdA unique identifier for the user (1), essential for user management and referencing within the system. Using data type format is (Number).
usernameThe display name of the user ("Demo User"), typically used for identification in the user interface. Using data type format is (String).
profilePictureThe filename of the user's profile picture ("profile.jpg"), which can be used to load and display the user's image in the application. Using data type file format is (JPG, GIF or PNG).
accessRightsAn array that lists the user's permissions or roles within the application. In this case, it’s empty, indicating no specific access rights are defined. Using data type format is (Number).
companyAn object containing details about the user's associated company. Using data type format is (String).
idThe unique identifier for the company (Company Id). Using data type format is (Number).
nameThe name of the company ("Demo Company"). Using data type format is (String).
countryIdThe identifier for the country where the company is located (18). Using data type format is (Number).
companyUnitAn object that specifies various settings for the company. In this object array have timeFormat , unitOfMeasurement , dateFormat , currencyId , currencyCode , timeZone
timeFormatThe preferred time format setting (1), which could indicate a specific format like 12-hour or 24-hour. Using data type format is (Number).
unitOfMeasurementThe preferred unit of measurement (1), likely corresponding to metric or imperial units. Using data type format is (Number).1 - Metric units 2- Imperial units
dateFormatThe preferred date format (1), indicating the format in which dates should be displayed. Using data type format is (Number).1 - YYYY/MM/DD, 2 - DD/MM/YYYY, 3 - MM/DD/YYYY
currencyIdThe identifier of the currency used by the company (2). Using data type format is (Number).AUD , LKR
currencyCodeThe currency code ("AUD , LKR"), indicating the company's preferred currency. Using data type format is (String).AUD , LKR
timeZoneThe time zone offset ("-600"), representing the company's local time zone. Using data type format is (Number).
isActiveA boolean value (true, False) that indicates whether the company is currently active. Using data type format is (Boolean).
isAdminAn integer (1) indicating whether the user has administrative privileges. Using data type format is (Number).
mobileNumberThe user's mobile phone number (+94 xx xxx xxxx ), used for contact purposes. Using data type format is (Number).
roleThe user's role within the company ("Administrator"), which defines their responsibilities and access levels.
Modified at 2024-09-29 18:00:59
Previous
Event Logging API
Next
Lastest Device Data API
Built with