Returns members that can be assigned when routing leads of the given business type. Caller must have MANAGE_LEAD_DISTRIBUTION or MANAGE_LEAD_DISTRIBUTION_DEPARTMENT permission.
curl --request GET \
--url https://api.lofty.com/v1.0/routing/member/list/{type} \
--header 'Authorization: <authorization>'[
{
"id": 123,
"name": "<string>",
"type": 123
}
]Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer [access_token]
Routing business type.
1, 2, 4 Role ID. Required when type = 4 (ASSISTANT_LEAD).
curl --request GET \
--url https://api.lofty.com/v1.0/routing/member/list/{type} \
--header 'Authorization: <authorization>'[
{
"id": 123,
"name": "<string>",
"type": 123
}
]