Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/services/pbx/v2/pbxservice/listpbxusers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"users": [
{
"pbx_user_id": "string",
"org_user_id": "string",
"sip_account_ids": [
"string"
]
}
]
}