ListUserAuthConfigs

更新时间:
复制 MD 格式

Lists user authentication credentials.

Operation description

This operation retrieves user auth configs that match specified filters.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request parameters

Parameter

Type

Required

Description

Example

MaxResults

string

No

The maximum number of entries.

20

NextToken

string

No

The pagination token for the request.

AAAAAVY3rYiv9VoUJQSiCitgjgQu5rMgGgvUoNWg8LykhA85j8bgHiGAwZWnCMJPepC+WWc0DK5hx1qIycMHVWP2AjQ=

ConnectorId

string

Yes

The ID of the connector.

connector-88d2c03da8c9410e8a91

ConnectorVersion

string

No

The version of the connector.

6

AuthType

string

No

The authentication type.

QQBotAccessToken

Filter

array<object>

No

The query conditions.

object

No

A filter.

Name

string

No

The name of the filter field.

AuthConfigName

Values

array

No

The list of filter values. The valid range for N is 1 to 10.

string

No

A value for the filter.

name

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

Id of the request

35A48818-81F2-506C-891C-2296BE8DD667

UserAuthConfigs

array<object>

The user authentication credentials.

object

ConnectorId

string

The ID of the connector.

connector-xxxxxxxxx

ConnectorVersion

string

The version of the connector.

1

AuthConfigId

string

The credential ID.

uac-xxxxxxxx

AuthConfigName

string

The credential name.

name

AuthType

string

The authentication type.

ApiKey

FlowCount

integer

The number of connection flows that use this credential.

1

GmtCreate

string

The creation time.

2026-04-01 14:22:33

GmtModified

string

The last modification time.

2026-04-01 14:22:33

NextToken

string

The token for the next query.

AAAAAVY3rYiv9VoUJQSiCitgjgRBp055u+7M/ZFoi7I0NZHJj8bgHiGAwZWnCMJPepC+WQbLSjoLewJIqkMQqvaJO7M=

MaxResults

integer

The page size.

20

TotalCount

integer

The total number of entries.

0

Examples

Success response

JSON format

{
  "RequestId": "35A48818-81F2-506C-891C-2296BE8DD667",
  "UserAuthConfigs": [
    {
      "ConnectorId": "connector-xxxxxxxxx",
      "ConnectorVersion": "1",
      "AuthConfigId": "uac-xxxxxxxx",
      "AuthConfigName": "name",
      "AuthType": "ApiKey",
      "FlowCount": 1,
      "GmtCreate": "2026-04-01 14:22:33",
      "GmtModified": "2026-04-01 14:22:33"
    }
  ],
  "NextToken": "AAAAAVY3rYiv9VoUJQSiCitgjgRBp055u+7M/ZFoi7I0NZHJj8bgHiGAwZWnCMJPepC+WQbLSjoLewJIqkMQqvaJO7M=",
  "MaxResults": 20,
  "TotalCount": 0
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.