Vivek Kushwaha
07/14/2025, 10:06 AM/api/v1/entities/users?page=${page}&size=20&metaInclude=page,ALL
)
2. Fetch user data from our database.
3. Patch the updated emails: gooddataApi.patch(/api/v1/entities/users/${userId}
, payload)
payload = {
data: {
attributes: {
email
},
id: userId,
type: 'user'
}
}
Before I run this in production, I’d like to back up all existing user data.
Is there an export feature or recommended way to back up all users from wizehive-zengine.cloud.gooddata.com?
Thanks in advance for any guidance!Mauricio Cabezas
07/14/2025, 1:05 PMVivek Kushwaha
07/15/2025, 6:03 AM