Get All White Label Users

White label admin only API to get the list of all registered users.

curl --request GET \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/whitelabel/users?user=SOME_STRING_VALUE&active=SOME_INTEGER_VALUE&tier=SOME_STRING_VALUE&fields=id,name&sort=id,-creationDate&limit=SOME_INTEGER_VALUE&offset=SOME_INTEGER_VALUE' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?