Axway · Example Payload

Amplify Platform User Example

API ManagementEnterpriseIntegrationSecurity

Amplify Platform User Example is an example object payload from Axway, with 32 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_idactivatedactiveauthenticator_enabledcreateddate_activateddefault_orgemailexternalfirstnameguidinvitedlast_logged_in_orglast_loginlastnamelocalelogged_in_countlogged_in_from_clilogged_in_from_otherlogged_in_from_studiologged_in_from_weblogin_orgmfaoauthpassword_updatedprefsprovider_guidterms_updatedtimezoneupdateduser_idusername

Example Payload

Raw ↑
{
  "_id": "507f1f77bcf86cd799439011",
  "activated": true,
  "active": true,
  "authenticator_enabled": true,
  "created": "example_value",
  "date_activated": "2026-04-21T00:00:00Z",
  "default_org": 1.0,
  "email": "user@example.com",
  "external": true,
  "firstname": "Example Name",
  "guid": "example_value",
  "invited": "2026-04-21T00:00:00Z",
  "last_logged_in_org": 1.0,
  "last_login": "2026-04-21T00:00:00Z",
  "lastname": "Example Name",
  "locale": "en-US",
  "logged_in_count": 1.0,
  "logged_in_from_cli": true,
  "logged_in_from_other": true,
  "logged_in_from_studio": true,
  "logged_in_from_web": true,
  "login_org": "last_logged",
  "mfa": true,
  "oauth": [
    "example_value"
  ],
  "password_updated": "********",
  "prefs": {},
  "provider_guid": "example_value",
  "terms_updated": "2026-04-21T00:00:00Z",
  "timezone": "example_value",
  "updated": "example_value",
  "user_id": 1.0,
  "username": "Example Name"
}