get https://api.7shifts.com/v2/company//location//external_user_mappings
Plan Required: Entrée
Partner Only Endpoint
This endpoint is restricted to OAuth clients. To get access, email [email protected]
Sample Response
{
"data": [
{
"id": 1,
"user_id": 555,
"external_user_id": "ext_user_1",
"company_id": 1234,
"location_id": 4569,
"application_name": "your_app",
"created": "2022-07-06T23:00:00Z",
"modified": "2022-07-06T23:00:00Z",
"user_active": true
},
{
"id": 2,
"user_id": 556,
"external_user_id": "ext_user_2",
"company_id": 1234,
"location_id": 4569,
"application_name": "your_app",
"created": "2022-07-06T23:00:00Z",
"modified": "2022-07-06T23:00:00Z",
"user_active": true
}
],
"object": "external_user_mappings"
}