GET
/
api
/
organizations
/
{organizationId}
/
whitelabel
/
users
/
{userId}
/
metrics
White Label Admin - Get white label user metrics
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/users/{userId}/metrics \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "metrics": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
integer
required

Organization ID

userId
integer
required

User ID

Response

200 - application/json

OK

The response is of type object.