Greg Lindstrom
08/19/2026, 6:59 PMkapa.ai
08/19/2026, 6:59 PMauthenticationId):GET https://your-hostname/api/v1/entities/users
• Retrieve a single user:GET https://your-hostname/api/v1/entities/users/{userId}
• Update/correct the Auth ID if needed:PUT https://your-hostname/api/v1/entities/users/{userId}(Include the new authenticationId value in the request body.)
This means you can pull Auth IDs programmatically for auditing and verification purposes, even though the UI doesn't expose them post-creation. [Users API] 👍 0 button 👎 0 button ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups.
👀 Our Support team monitors all messages and will jump in if needed.Mauricio Cabezas
08/19/2026, 7:08 PMGreg Lindstrom
08/19/2026, 7:38 PMMauricio Cabezas
08/19/2026, 8:05 PMGreg Lindstrom
08/19/2026, 8:14 PMJulius Kos
08/19/2026, 8:48 PMPOST /api/v1/actions/workspaces/<workspace_id>/execution/afm/execute (docs: gooddata.ai/docs/…/access_raw_data_through_api), which isn't limited by the 50/20/100 bucket caps, just by overall result size, well above what 50–100 string columns would need.Julius Kos
08/19/2026, 8:49 PMGreg Lindstrom
08/20/2026, 2:27 PMMauricio Cabezas
08/20/2026, 2:54 PM