Get devices by member ID
Returns all devices assigned to a specific member within the authenticated organization. Devices are fetched from FleetDM using the member’s dedicated fleetDmLabelId. Supports both API key authentication (X-API-Key header) and session authentication (cookies + X-Organization-Id header).
Documentation Index
Fetch the complete documentation index at: https://bubbaaiinc-lewis-comp-company-tasks.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Headers
Organization ID (required for session auth, optional for API key auth)
Path Parameters
Member ID to get devices for
"mem_abc123def456"
Response
Member devices retrieved successfully
Array of devices assigned to the member
Total number of devices for this member
3
Member information
How the request was authenticated
api-key, session "api-key"
Authenticated user information (present for session auth)
{
"id": "usr_abc123def456",
"email": "user@company.com"
}
