Create Identity Pool (Server-only)

POST {{baseUrl}}/api/-/authn-service/identity-pools

Create an identity pool.

For more information, see Step 4: Create an identity pool in the Tableau Server Help.

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

Request Body

{"name"=>"<string>", "identity_store_instance"=>"<integer>", "auth_type_instance"=>"<integer>", "is_enabled"=>"<boolean>", "description"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
X-Tableau-AuthstringThe Tableau authentication header. The value is a credentials token from a Tableau server's response to an authentication request.
The Content-Type and Accept headers should be the mediatype of the request and response except in cases where you want to explicitly allow other versions of the resource.
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;pool&quot;:{&quot;identity_pool_id&quot;:{&quot;value&quot;:&quot;\u003cstring\u003e&quot;},&quot;identity_pool_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;identity_store_instance_id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;auth_type_instance_id&quot;:&quot;\u003cinteger\u003e&quot;,&quot;is_enabled&quot;:&quot;\u003cboolean\u003e&quot;,&quot;created_at&quot;:&quot;\u003cstring\u003e&quot;,&quot;updated_at&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;identity_store_type&quot;:&quot;ACTIVE_DIRECTORY&quot;,&quot;auth_type&quot;:&quot;OIDC&quot;}}