White Label Admin - Get a white label user

White Label Admin - Get a white label user

get

White label admin only API to get information about a user.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

userIdintegerRequired

User ID

Responses
200
OK
application/json
Responseall of
get
GET /v1/api/organizations/{organizationId}/whitelabel/users/{userId} HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "user": {
    "id": 1,
    "username": "janjongboom",
    "name": "Jan Jongboom",
    "email": "text",
    "photo": "https://usercdn.edgeimpulse.com/photos/1.jpg",
    "created": "2019-08-31T17:32:28Z",
    "lastSeen": "2025-07-11T22:25:54.350Z",
    "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-11T22:25:54.350Z",
        "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-11T22:25:54.350Z",
        "fullDeletionDate": "2025-07-11T22:25:54.350Z",
        "scheduledFullDeletionDate": "2025-07-11T22:25:54.350Z"
      }
    ],
    "experiments": [
      {
        "type": "text",
        "title": "text",
        "help": "text",
        "enabled": true,
        "showToUser": true
      }
    ],
    "evaluation": true,
    "ambassador": true,
    "suspended": true,
    "trials": [
      {
        "id": 1,
        "userId": 1,
        "organizationId": 1,
        "created": "2025-07-11T22:25:54.350Z",
        "expirationDate": "2020-01-01T00:00:00Z",
        "notes": "This is a trial for the company's new project.",
        "expiredDate": "2025-07-11T22:25:54.350Z",
        "deletedDate": "2025-07-11T22:25:54.350Z",
        "upgradedDate": "2025-07-11T22:25:54.350Z"
      }
    ],
    "dailyMetrics": [
      {
        "date": "2021-01-01T00:00:00Z",
        "totalUsers": 100,
        "totalStaffUsers": 10,
        "totalProjects": 50,
        "totalCurrentContractCpuComputeTimeSeconds": 100000,
        "totalCurrentContractGpuComputeTimeSeconds": 100000,
        "totalCurrentContractComputeTimeSeconds": 100000,
        "computeTimeCalculatedSince": "2021-01-01T00:00:00Z",
        "totalStorageSizeBytes": 1000000000,
        "usersAdded": 10,
        "staffUsersAdded": 1,
        "usersDeleted": 5,
        "staffUsersDeleted": 1,
        "projectsAdded": 10,
        "projectsDeleted": 5,
        "cpuComputeTimeSeconds": 10000,
        "gpuComputeTimeSeconds": 10000,
        "computeTimeSeconds": 10000,
        "storageBytesAdded": 1000000000,
        "storageBytesDeleted": 500000000
      }
    ]
  }
}

Last updated

Was this helpful?