GET
/
api
/
external
/
platform-users
curl --request GET \
  --url https://backend.nebuly.com/api/external/platform-users \
  --header 'Authorization: Bearer <token>'
{
  "users": [
    {}
  ]
}

This endpoint allows you to fetch the list of platform users that have been previously inserted for a specific project.

You need an API key to authenticate. See here for more information about the API keys.

For users of the european region, the correct endpoint is https://backend.eu.nebuly.com/api/external/platform-users.

users
PlatformUser[]

A list of all users stored for your project.