wxc_sdk.me.secondary_line.callpark package
- class wxc_sdk.me.secondary_line.callpark.MeSecondaryLineCallParkApi(*, session: RestSession, base: str | None = None)[source]
Bases:
ApiChild- settings(lineowner_id: str) MeGroupSettings[source]
Get My Secondary Line Owner Call Park Settings
Get details of call park settings for the secondary line owner of the authenticated user.
Note that the secondary line information is only available for the authenticated user.
Call Park allows call recipients to place a call on hold so that it can be retrieved from another device.
This API requires a user auth token with a scope of spark:telephony_config_read.
- Parameters:
lineowner_id (str) – Unique identifier for the secondary line owner (applicable only for Virtual Lines).
- Return type:
MeGroupSettings
- base = 'telephony/config/people/me'