Get user by third party activation code

Get user by third party activation code

post

Get information about a user through an activation code. This function is only available through a JWT token.

Authorizations
Body
activationCodestringRequired
Responses
200
OK
application/json
Responseall of
post
POST /v1/api/user/by-third-party-activation-code HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 25

{
  "activationCode": "text"
}
200

OK

{
  "success": true,
  "error": "text",
  "id": 1,
  "username": "janjongboom",
  "name": "Jan Jongboom",
  "email": "text",
  "photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
  "created": "2019-08-31T17:32:28Z",
  "lastSeen": "2019-08-31T17:32:28Z",
  "staffInfo": {
    "isStaff": true,
    "hasSudoRights": true,
    "companyName": "text"
  },
  "pending": true,
  "jobTitle": "Software Engineer",
  "permissions": [
    "admin:infra:disallowedEmailDomains:write"
  ],
  "companyName": "Edge Impulse Inc.",
  "activated": true,
  "mfaConfigured": true,
  "stripeCustomerId": "text",
  "hasPendingPayments": true,
  "tier": "free",
  "idps": [
    "text"
  ],
  "organizations": [
    {
      "id": 1,
      "name": "text",
      "logo": "text",
      "isDeveloperProfile": true,
      "whitelabelId": 1,
      "isAdmin": true,
      "created": "2019-08-31T17:32:28Z",
      "trialId": 1,
      "trialExpiredDate": "2019-08-31T17:32:28Z",
      "trialUpgradedDate": "2019-08-31T17:32:28Z",
      "entitlementLimits": {
        "totalStorage": 1,
        "computeTimePerYear": 1,
        "gpuComputeTimePerYear": 1,
        "numberOfProjects": 1,
        "numberOfUsers": 1
      },
      "userCount": 1,
      "adminCount": 1,
      "privateProjectCount": 1,
      "lastAccessed": "2025-07-01T15:51:04.785Z",
      "publicProjectLicense": {
        "name": "text",
        "link": "text"
      }
    }
  ],
  "projects": [
    {
      "id": 1,
      "name": "Water hammer detection",
      "description": "text",
      "created": "2019-07-21T17:32:28Z",
      "owner": "text",
      "lastAccessed": "2019-07-21T17:32:28Z",
      "lastModified": "2019-07-21T17:32:28Z",
      "lastModificationDetails": "Data sample added",
      "logo": "text",
      "ownerUserId": 1,
      "ownerOrganizationId": 1,
      "ownerAvatar": "text",
      "ownerIsDeveloperProfile": true,
      "developerProfileUserId": 1,
      "collaborators": [
        {
          "id": 1,
          "username": "janjongboom",
          "name": "Jan Jongboom",
          "email": "[email protected]",
          "photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
          "created": "2019-08-31T17:32:28Z",
          "lastSeen": "2019-08-31T17:32:28Z",
          "staffInfo": {
            "isStaff": true,
            "hasSudoRights": true,
            "companyName": "text"
          },
          "pending": true,
          "jobTitle": "Software Engineer",
          "permissions": [
            "admin:infra:disallowedEmailDomains:write"
          ],
          "companyName": "Edge Impulse Inc.",
          "activated": true,
          "mfaConfigured": true,
          "stripeCustomerId": "text",
          "hasPendingPayments": true,
          "tier": "free",
          "idps": [
            "text"
          ],
          "isOwner": true
        }
      ],
      "labelingMethod": "single_label",
      "metadata": {},
      "dataExplorerScreenshot": "text",
      "isEnterpriseProject": true,
      "whitelabelId": 1,
      "whitelabelName": "text",
      "tags": [
        "FOMO",
        "beers"
      ],
      "category": "Accelerometer",
      "license": "Apache-2.0",
      "tier": "free",
      "hasPublicVersion": true,
      "isPublic": true,
      "allowsLivePublicAccess": true,
      "indPauseProcessingSamples": true,
      "publicProjectListed": true,
      "deletedDate": "2025-07-01T15:51:04.785Z",
      "fullDeletionDate": "2025-07-01T15:51:04.785Z",
      "scheduledFullDeletionDate": "2025-07-01T15:51:04.785Z"
    }
  ],
  "experiments": [
    {
      "type": "text",
      "title": "text",
      "help": "text",
      "enabled": true,
      "showToUser": true
    }
  ],
  "evaluation": true,
  "ambassador": true,
  "whitelabels": [
    {
      "id": 1,
      "domain": "text",
      "name": "text",
      "ownerOrganizationId": 1,
      "isAdmin": true
    }
  ],
  "suspended": true,
  "suspensionReason": "text",
  "notifications": [
    "text"
  ],
  "subscriptionCancellationRequestDate": "2025-07-01T15:51:04.785Z",
  "subscriptionDowngradeDate": "2025-07-01T15:51:04.785Z",
  "subscriptionTerminationDate": "2025-07-01T15:51:04.785Z",
  "payAsYouGoSubscriptionPeriodStartDate": "2025-07-01T15:51:04.785Z",
  "payAsYouGoSubscriptionPeriodEndDate": "2025-07-01T15:51:04.785Z",
  "passwordConfigured": true,
  "projectsSortOrder": "created-asc",
  "activeEnterpriseTrial": {
    "id": 1,
    "userId": 1,
    "organizationId": 1,
    "created": "2025-07-01T15:51:04.785Z",
    "expirationDate": "2020-01-01T00:00:00Z",
    "notes": "This is a trial for the company's new project.",
    "expiredDate": "2025-07-01T15:51:04.785Z",
    "deletedDate": "2025-07-01T15:51:04.785Z",
    "upgradedDate": "2025-07-01T15:51:04.785Z"
  },
  "hasEnterpriseFeaturesAccess": true,
  "timezone": "text",
  "lastAccessedProjects": {
    "projects": [
      {
        "id": 1,
        "name": "text",
        "created": "2025-07-01T15:51:04.785Z",
        "lastAccessed": "2025-07-01T15:51:04.785Z"
      }
    ],
    "hasMoreProjects": true
  },
  "privatePersonalProjectsUsed": 1,
  "lastAcceptedTermsOfService": {
    "version": "text",
    "acceptanceDate": "2025-07-01T15:51:04.785Z"
  },
  "eulas": [
    {
      "name": "syntiant",
      "description": "text",
      "latestVersion": "text",
      "acceptedVersion": "text",
      "link": "text",
      "userIsCompliant": true
    }
  ]
}

Last updated

Was this helpful?