You can call this operation to query all accounts in a tenant that have access to the database.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TenantId | string | Yes | The return result of the request. | ob2mr3oae0**** |
SearchKey | string | No | The return result of the request. | pay |
PageNumber | integer | No | The database privileges of the account. | 1 |
PageSize | integer | No | The return result of the request. | 10 |
UserName | string | No | The operation that you want to perform. | pay_test |
Response parameters
Examples
Sample success responses
JSON
format
{
"TotalCount": 1,
"RequestId": "EE205C00-30E4-XXXX-XXXX-87E3A8A2AA0C",
"TenantUsers": [
{
"UserType": " NORMAL",
"Description": "use for test",
"Databases": [
{
"Database": "db_pay1",
"Role": "ReadOnly",
"Table": "tbl_pay1"
}
],
"UserStatus": "NORMAL",
"UserName": "pay_test",
"TenantId": "tshfs3****",
"InstanceId": "obshc32****"
}
]
}
Error codes
HTTP status code | Error code | Error message |
---|---|---|
2014 | InternalError | The request processing has failed due to some unknown error. |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-07-04 | The Error code has changed. The response structure of the API has changed | View Change Details |
2022-08-15 | The Error code has changed. The request parameters of the API has changed | View Change Details |