List a user's devices

GET /groups/{groupId}/apps/{appId}/users/{userId}/devices

Path parameters

Responses

  • 200 application/json

    Successfully listed.

GET /groups/{groupId}/apps/{appId}/users/{userId}/devices
curl \
 --request GET 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/users/{userId}/devices' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {}
]