Navigation
Get user's attached devices
Use this function to get a list of all the attached devices for a specific user.
Parameters
SDK Specific The parameters may not be similar in all SDKs. The mobile SDKs, for example, take care of all the parameters for you.
Client ID REQUIRED
The string client ID of your project's API key.
User REQUIRED
The ID of the user who's list is sought after.
Returns
Returns an array of the users's Device`s.
SDK Syntax
await getAttachedDevices({ client_id: `client_id`, user: `user_id` });