Question

Grab all user attribute values

  • 2 December 2022
  • 0 replies
  • 30 views

Userlevel 1

Hey there!

I’m using the Python SDK to interact with the API to pull user attribute values for all of my users. Right now I’m using the user_attributes_user_values() call and iterating over every user I got back with the all_users() call 1 by 1. Is there a faster/better way to do this? My end goal is to export a table into BigQuery with all the user attribute user values daily to do auditing and assignment.

Thanks!


This topic has been closed for comments