Paragon · Example Payload

Users Get User Example

Embedded IntegrationsIntegration InfrastructureiPaaSAI AgentsMCPIntegrations

Users Get User Example is an example object payload from Paragon, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

userIdauthenticatedmetaintegrations

Example Payload

Raw ↑
{
  "userId": "user_abc123",
  "authenticated": true,
  "meta": {
    "Name": "Sean V",
    "Email": "sean@useparagon.com",
    "AccountType": "Pro"
  },
  "integrations": {
    "salesforce": {
      "enabled": true,
      "credentialStatus": "VALID",
      "providerData": {
        "instanceUrl": "https://example.my.salesforce.com"
      },
      "providerId": "0055g00000ABCDEAAA"
    },
    "slack": {
      "enabled": true,
      "credentialStatus": "VALID",
      "providerId": "T0123456789"
    }
  }
}