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