Queries the IDs of customers of a virtual network operator (VNO).
Operation description
The system queries the IDs of customers of a VNO based on the AccessKey pair used in the request.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|
The current API does not require request parameters
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": "200",
"Message": "Successful!",
"RequestId": "79EE7556-0CFD-44EB-9CD6-B3B526E3A85F",
"Success": true,
"Data": {
"UidList": [
"6210322125051645960"
]
}
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
400 | NotAuthorized | This API is not authorized for caller. |
401 | VnoNoDataError | There is no data by this request. |
402 | NotFoundRamAction | Not found ramAction for apiActon: GetCustomerList |
500 | InternalError | The request processing has failed due to some unknown error. |
For a list of error codes, visit the Service error codes.