List Identity Pools (Server-only)
GET {{baseUrl}}/api/-/authn-service/identity-pools
List all identity pools.
Version: Available in API 3.19 (Tableau Server 2023.1) and later. Not available for Tableau Cloud. Versioning Overview
Permissions: This method can only be called by users with server administrator permissions. Permissions Overview
License: No additional license required.
Access Scope: Not available.
Access Scopes Overview: Server-Windows | Server-Linux
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"pools":[{"identity_pool_id":{"value":"\u003cstring\u003e"},"identity_pool_name":"\u003cstring\u003e","identity_store_instance_id":"\u003cinteger\u003e","auth_type_instance_id":"\u003cinteger\u003e","is_enabled":"\u003cboolean\u003e","created_at":"\u003cstring\u003e","updated_at":"\u003cstring\u003e","description":"\u003cstring\u003e","identity_store_type":"LOCAL","auth_type":"OIDC"},{"identity_pool_id":{"value":"\u003cstring\u003e"},"identity_pool_name":"\u003cstring\u003e","identity_store_instance_id":"\u003cinteger\u003e","auth_type_instance_id":"\u003cinteger\u003e","is_enabled":"\u003cboolean\u003e","created_at":"\u003cstring\u003e","updated_at":"\u003cstring\u003e","description":"\u003cstring\u003e","identity_store_type":"ACTIVE_DIRECTORY","auth_type":"OIDC"}]}