Skip to main content
POST
List devices for multiple users

Authorizations

Authorization
string
header
required

Basic authentication is used to authenticate requests to the Backend API. The username is the project ID and the password is the API secret.

The project ID and API secret can be found in the Developer Panel.

Body

application/json
userIDs
string[]
required

List of user IDs to fetch devices for

Required array length: 1 - 1000 elements
Example:

Response

List of all devices for the provided users.

devices
object[]
required