SystemTrunkGroupUserCreationTaskGetListRequest14sp4
Bases: OCIRequest
Get the list of user creation tasks in the system. The response is either SystemTrunkGroupUserCreationTaskGetListResponse14sp4 or ErrorResponse.
Attributes: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 SystemTrunkGroupUserCreationTaskGetListRequest14sp4
client = Client()
command = SystemTrunkGroupUserCreationTaskGetListRequest14sp4()
response = client.command(command)
print(response)