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/commands/commands.py
Responses
Example Usage
from mercury_ocip.client import Client
from mercury_ocip.commands import SystemTrunkGroupUserCreationTaskGetListRequest14sp4
client = Client()
command = SystemTrunkGroupUserCreationTaskGetListRequest14sp4()
response = client.command(command)
print(response)