Hi there! We recently launched a ThoughtSpot Liveboard for customers. We have one Liveboard for all customers, and we filter the data with row-level security (RLS). Whenever a customer views the page (using the Visual SDK) we use a single Service Account to login the user with JIT auth. The Service Account makes two API calls to add customers to TS groups for RLS: one group with the Liveboard ID and one group for the customer's subdomain.
We are seeing intermittent API errors when creating groups using the JIT login flow. All of them look like this:
- POST: /api/rest/2.0/groups/create
- Response: "reason: Conflict"
- Status: 409
We'd like to know why the endpoint is responding with a 409 and what we can do to resolve it.