UserBroadWorksAnywhereGetAvailablePortalListRequest21sp1
Bases: OCIRequest
Get a list of all the available BroadWorks Anywhere portal instances for a specific user The response is either UserBroadWorksAnywhereGetAvailableListResponse21sp1 or ErrorResponse.
Attributes:
user_id (str):
Source code in src/mercury_ocip_fast/commands/commands.py
Responses
Example Usage
from mercury_ocip_fast.client import Client
from mercury_ocip_fast.commands import UserBroadWorksAnywhereGetAvailablePortalListRequest21sp1
client = Client()
command = UserBroadWorksAnywhereGetAvailablePortalListRequest21sp1(
user_id=...,
)
response = client.command(command)
print(response)