endpoints.paired
GET
https://www.bluejeansbyverizon.com/api/endpoints/:id/paired
Retrieve the current paired Zero Touch users for this Endpoint.
GET /api/endpoints/611afe8d58320c7828ebd1a2/paired HTTP/1.1
HTTP/1.1 200 OK
Content-Type: application/json
[
{
"endpointId": "611afe8d58320c7828ebd1a2",
"username": "joe.bloggs@bluejeans.com",
"firstName": "Joe",
"lastName": "Bloggs",
"clientDeviceType: "IOS_NATIVE",
"creationDate": 1645058035991,
"heartbeatDate": 1645064332606
},
{
"endpointId": "611afe8d58320c7828ebd1a2",
"username": "jane.doe@bluejeans.com",
"firstName": "Jane",
"lastName": "Doe",
"clientDeviceType: "ANDROID",
"creationDate": 1645058032991,
"heartbeatDate": 1645064336606
}
]
inputs
id
the id of the Endpoint you want to get the paired Zero Touch users for
String
PATH
yes
611afe8d58320c7828ebd1a2