You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bulk spreadsheet-based (most likely) method for uploading a lot of assets and write the user data in the asset when uploaded and create new users when necessary.
Flow may be something like:
send POST users with device_id = "firstname_lastname"
response will include user.id either newly created if doesn't exist or pre-existing based on device_id
use user.id in subsequent POST assets/ call to create new asset with proper user attached
The text was updated successfully, but these errors were encountered:
Bulk spreadsheet-based (most likely) method for uploading a lot of assets and write the user data in the asset when uploaded and create new users when necessary.
Flow may be something like:
POST users
withdevice_id
= "firstname_lastname"user.id
either newly created if doesn't exist or pre-existing based ondevice_id
user.id
in subsequentPOST assets/
call to create new asset with proper user attachedThe text was updated successfully, but these errors were encountered: