Atrium API
Overview
A user represents a person using Atrium via your application, be it a mobile app, web app, desktop app, etc.
info
The development environment limits you to 100 users.
| Field Name | Data Type | Description |
|---|---|---|
guid | String | A unique identifier, defined by MX. |
identifier | String | A unique, enforced identifier for the user, defined by you. |
is_disabled | Boolean | This indicates whether the user has been disabled. |
metadata | String | Additional information you can store about this user. MX recommends using JSON-structured data. |