Read Dialer Preferences
GET /dialer/settings/preferences/{user_email}
CONTACTS NOBODY. One rep’s dialer preferences.
The app’s path is /preferences/{org_id}/{user_email} and its handler
reads whichever organisation the path names. The org segment is NOT
published - it comes from the key - so this cannot read another tenant’s
configuration.
Voice additionally refuses to read a rep other than the authenticated one
(dialer_settings.py:23-41). An organisation API key is not a rep, so it
supplies the rep the caller named: the tenant boundary holds, the
rep-versus-rep boundary does not apply to an org credential.
Authorizations
Parameters
Path Parameters
The rep whose preferences to read.
The rep whose preferences to read.
Header Parameters
Responses
200
Successful Response
object
An open envelope for one dialer result.
Open because voice owns the shape of a session, a call stub and a queue stat, and it grows them without a contract bump here. A dropped field would otherwise turn an added upstream field into a removed public one.
object
422
Validation Error